mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Corrected mistake. It now works with changelings too.
This commit is contained in:
+1
-1
@@ -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(),\
|
||||
)
|
||||
|
||||
|
||||
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user