Adds wikipage to zombie antag datum + minor fix (#25712)

* Adds wikipage to zombie antag datum + minor fix

* oops

* okay send it
This commit is contained in:
Contrabang
2024-05-31 20:25:12 +00:00
committed by GitHub
parent c234dc3192
commit efd75cda2b
5 changed files with 30 additions and 1 deletions
@@ -7,6 +7,7 @@ RESTRICT_TYPE(/datum/antagonist/zombie)
special_role = SPECIAL_ROLE_ZOMBIE
clown_gain_text = "B-Braaaaaains... Honk..."
clown_removal_text = "You feel funnier again."
wiki_page_name = "Zombie"
var/list/old_languages = list() // someone make this better to prevent langs changing if species changes while zombie somehow
var/static/list/zombie_traits = list(TRAIT_LANGUAGE_LOCKED, TRAIT_GOTTAGOSLOW, TRAIT_ABSTRACT_HANDS, TRAIT_SLOW_GRABBER)
var/datum/unarmed_attack/claws/claw_attack
@@ -27,6 +28,12 @@ RESTRICT_TYPE(/datum/antagonist/zombie)
owner.RemoveSpell(/datum/spell/zombie_claws)
return ..()
/datum/antagonist/zombie/add_owner_to_gamemode()
SSticker.mode.zombies |= owner
/datum/antagonist/zombie/remove_owner_from_gamemode()
SSticker.mode.zombies -= owner
/datum/antagonist/zombie/greet()
var/list/messages = list()
. = messages