Corrected mistake. It now works with changelings too.

This commit is contained in:
Mike Long
2016-03-05 03:12:00 -05:00
parent c0d678e18b
commit 27e781e3cf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var/datum/atom_hud/huds = list( \
ANTAG_HUD_HOG_RED = new/datum/atom_hud/antag(),\
ANTAG_HUD_TRAITOR = new/datum/atom_hud/antag(),\
ANTAG_HUD_NINJA = new/datum/atom_hud/antag(),\
ANTAG_HUD_CHANGLING = new/datum/atom_hud/antag(),\
ANTAG_HUD_CHANGELING = new/datum/atom_hud/antag(),\
ANTAG_HUD_ABDUCTOR = new/datum/atom_hud/antag(),\
)
+1
View File
@@ -1041,6 +1041,7 @@
current << "<span class='boldannounce'>Your powers are awoken. A flash of memory returns to us...we are [changeling.changelingID], a changeling!</span>"
message_admins("[key_name_admin(usr)] has changeling'ed [current].")
log_admin("[key_name(usr)] has changeling'ed [current].")
ticker.mode.update_changeling_icons_added(src)
if("autoobjectives")
ticker.mode.forge_changeling_objectives(src)
usr << "<span class='notice'>The objectives for changeling [key] have been generated. You can edit them and anounce manually.</span>"