Applying suggestion, ?. so no theorical runtime.

This commit is contained in:
Ghommie
2019-05-26 03:40:48 +02:00
parent 521c371253
commit 2fe1431db6
+4 -4
View File
@@ -202,13 +202,13 @@
hitcost = 2000
throw_hit_chance = 10
slot_flags = ITEM_SLOT_BACK
var/obj/item/assembly/igniter/sparkler = 0
var/obj/item/assembly/igniter/sparkler
/obj/item/melee/baton/cattleprod/Initialize()
. = ..()
sparkler = new (src)
sparkler.activate_cooldown = 15
sparkler.activate_cooldown = 5
/obj/item/melee/baton/cattleprod/baton_stun()
if(sparkler.activate())
..()
sparkler.activate()
return ..()