Update files
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
wound_bonus = -30
|
||||
bare_wound_bonus = 15
|
||||
|
||||
/obj/item/zombie_hand/Initialize()
|
||||
/obj/item/zombie_hand/Initialize(mapload)
|
||||
. = ..()
|
||||
ADD_TRAIT(src, TRAIT_NODROP, HAND_REPLACEMENT_TRAIT)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
var/revive_time_max = 700
|
||||
var/timer_id
|
||||
|
||||
/obj/item/organ/zombie_infection/Initialize()
|
||||
/obj/item/organ/zombie_infection/Initialize(mapload)
|
||||
. = ..()
|
||||
if(iscarbon(loc))
|
||||
Insert(loc)
|
||||
|
||||
Reference in New Issue
Block a user