From 5166aa3b55767aace436079ec5c38d81c3d5e5c3 Mon Sep 17 00:00:00 2001 From: SuperSlayer <91609255+SuperSlayer0@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:55:41 +0300 Subject: [PATCH] buff --- .../clockcult/clock_items/clock_weapons/battlehammer.dm | 3 +-- code/modules/projectiles/projectile/reusable/arrow.dm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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