More Initialize() garbage

This commit is contained in:
CitadelStationBot
2017-08-06 18:02:51 -05:00
parent 521c149627
commit 1b2efdcc1d
7 changed files with 20 additions and 20 deletions
@@ -9,7 +9,7 @@
var/state = 0
/obj/item/stack/tile/light/Initialize(mapload, new_amount, merge = TRUE)
..()
. = ..()
if(prob(5))
state = 3 //broken
else if(prob(5))
@@ -27,4 +27,4 @@
if(amount <= 0)
qdel(src)
else
return ..()
return ..()