unneeded variable, no gameplay changes.

This commit is contained in:
Ghommie
2019-09-16 18:12:05 +02:00
parent ca95d39a46
commit 0d9b284784
+1 -2
View File
@@ -180,14 +180,13 @@
slot_flags = ITEM_SLOT_BELT
force = 12 //9 hit crit
w_class = WEIGHT_CLASS_NORMAL
var/cooldown = 14
var/cooldown = 13
var/on = TRUE
var/last_hit = 0
var/stun_stam_cost_coeff = 1.25
var/hardstun_ds = 1
var/softstun_ds = 0
var/stam_dmg = 30
total_mass = TOTAL_MASS_NORMAL_ITEM
/obj/item/melee/classic_baton/attack(mob/living/target, mob/living/user)
if(!on)