mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user