honk honk

This commit is contained in:
Sishen
2019-08-14 17:06:58 -04:00
parent 3e2f35b96c
commit f6baaf8c58
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -226,7 +226,7 @@
target.LAssailant = null
else
target.LAssailant = user
cooldown = world.time + 40
cooldown = world.time
user.adjustStaminaLossBuffered(getweight())//CIT CHANGE - makes swinging batons cost stamina
/obj/item/melee/classic_baton/telescopic
@@ -242,7 +242,7 @@
item_flags = NONE
force = 0
on = FALSE
cooldown = 10
cooldown = 0
/obj/item/melee/classic_baton/telescopic/suicide_act(mob/user)
var/mob/living/carbon/human/H = user