Skip to content

Commit

Permalink
Update code/game/gamemodes/wizard/artefact.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Luc <[email protected]>
Signed-off-by: Kyani <[email protected]>
  • Loading branch information
EmeraldCandy and lewcc authored Jan 30, 2025
1 parent e9c2c2a commit c07e4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/wizard/artefact.dm
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ GLOBAL_LIST_EMPTY(multiverse)
var/static/list/plague_traits = list(TRAIT_LANGUAGE_LOCKED, TRAIT_ABSTRACT_HANDS, TRAIT_NOBREATH, TRAIT_I_WANT_BRAINS, TRAIT_NON_INFECTIOUS_ZOMBIE, TRAIT_PLAGUE_ZOMBIE)

victim.mind.add_antag_datum(new /datum/antagonist/mindslave/necromancy(necromancer.mind, greet_text))
victim.visible_message("<span class='warning'>[necromancer] places a vile rune upon [victim]'s lifeless forehead. The rune adheres to the flesh, and [victim]'s body rots and decays at unnatural speeds, before rising into a horrendous undead creature!</span>")
victim.visible_message("<span class='danger'>[necromancer] places a vile rune upon [victim]'s lifeless forehead. The rune adheres to the flesh, and [victim]'s body rots and decays at unnatural speeds, before rising into a horrendous undead creature!</span>")

for(var/trait in plague_traits)
ADD_TRAIT(victim, trait, ZOMBIE_TRAIT)
Expand Down

0 comments on commit c07e4b1

Please sign in to comment.