New() goes in the trash, we've gotta Initialize()

This commit is contained in:
CitadelStationBot
2017-04-26 17:15:48 -05:00
parent e7df2bc14a
commit bcab389ca2
69 changed files with 358 additions and 245 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
var/revive_time_max = 700
var/timer_id
/obj/item/organ/zombie_infection/New(loc)
/obj/item/organ/zombie_infection/Initialize()
. = ..()
if(iscarbon(loc))
Insert(loc)