diff --git a/code/modules/antagonists/clockcult/clock_items/clock_weapons/battlehammer.dm b/code/modules/antagonists/clockcult/clock_items/clock_weapons/battlehammer.dm index 8d46b52c24dc..487d3ae960dd 100644 --- a/code/modules/antagonists/clockcult/clock_items/clock_weapons/battlehammer.dm +++ b/code/modules/antagonists/clockcult/clock_items/clock_weapons/battlehammer.dm @@ -3,8 +3,7 @@ desc = "A brass hammer glowing with energy." icon_state = "ratvarian_hammer" force = 15 - throwforce = 10 - armour_penetration = -15 + throwforce = 15 sharpness = SHARP_NONE attack_verb = list("bashed", "smitted", "hammered", "attacked") clockwork_desc = "A powerful hammer of Ratvarian making. Enemies hit with it would be flung back." diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 25ff82756bcb..73db64261fb3 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -179,5 +179,5 @@ /obj/item/projectile/energy/arrow/clockbolt name = "redlight bolt" - damage = 16 + damage = 18 embed_type = /obj/item/ammo_casing/caseless/arrow/energy/clockbolt