diff --git a/code/modules/antagonists/clockcult/clock_items/clock_weapons/longsword.dm b/code/modules/antagonists/clockcult/clock_items/clock_weapons/longsword.dm index e7b35a2bb66b..d931924b3b5d 100644 --- a/code/modules/antagonists/clockcult/clock_items/clock_weapons/longsword.dm +++ b/code/modules/antagonists/clockcult/clock_items/clock_weapons/longsword.dm @@ -2,14 +2,14 @@ name = "brass longsword" desc = "A large sword made of brass." icon_state = "ratvarian_sword" - force = 15 + force = 18 throwforce = 20 armour_penetration = 10 block_chance = 35 attack_verb = list("attacked", "slashed", "cut", "torn", "gored") clockwork_desc = "A powerful sword of Ratvarian making. Enemies hit with it will be struck with a powerful electromagnetic pulse." var/emp_cooldown = 0 - var/cooldown_duration = 20 SECONDS + var/cooldown_duration = 10 SECONDS /obj/item/clockwork/weapon/brass_sword/attack(mob/living/target, mob/living/carbon/human/user) . = ..() diff --git a/code/modules/antagonists/clockcult/clock_items/clock_weapons/ratvarian_spear.dm b/code/modules/antagonists/clockcult/clock_items/clock_weapons/ratvarian_spear.dm index 5e7e3ebae3fc..2da35f3a31bb 100644 --- a/code/modules/antagonists/clockcult/clock_items/clock_weapons/ratvarian_spear.dm +++ b/code/modules/antagonists/clockcult/clock_items/clock_weapons/ratvarian_spear.dm @@ -8,6 +8,7 @@ force = 15 //Extra damage is dealt to targets in attack() throwforce = 25 armour_penetration = 10 + wound_bonus = 10 sharpness = SHARP_POINTY attack_verb = list("stabbed", "poked", "slashed") hitsound = 'sound/weapons/bladeslice.ogg' diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 30058fb07342..a4f0f770d08c 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -298,6 +298,6 @@ /obj/item/projectile/energy/arrow/clockbolt name = "redlight bolt" - damage = 18 + damage = 20 wound_bonus = 5 embed_type = /obj/item/ammo_casing/reusable/arrow/energy/clockbolt