I hate nerfing things :(
This commit is contained in:
@@ -16,7 +16,12 @@
|
|||||||
disliked_food = NONE
|
disliked_food = NONE
|
||||||
liked_food = GROSS | MEAT | RAW
|
liked_food = GROSS | MEAT | RAW
|
||||||
|
|
||||||
/datum/species/zombie/check_roundstart_eligible()
|
/datum/species/zombie/notspaceproof
|
||||||
|
id = "notspaceproofzombie"
|
||||||
|
blacklisted = 0
|
||||||
|
inherent_traits = list(TRAIT_RESISTCOLD,TRAIT_RADIMMUNE,TRAIT_EASYDISMEMBER,TRAIT_LIMBATTACHMENT,TRAIT_NOBREATH,TRAIT_NODEATH,TRAIT_FAKEDEATH)
|
||||||
|
|
||||||
|
/datum/species/zombie/notspaceproof/check_roundstart_eligible()
|
||||||
if(SSevents.holidays && SSevents.holidays[HALLOWEEN])
|
if(SSevents.holidays && SSevents.holidays[HALLOWEEN])
|
||||||
return TRUE
|
return TRUE
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user