mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
Morph Greet Fix (#10074)
This commit is contained in:
@@ -56,10 +56,6 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
/mob/abstract/hivemind/proc/release_as_morph()
|
/mob/abstract/hivemind/proc/release_as_morph()
|
||||||
to_chat(src, SPAN_DANGER(FONT_LARGE("You are a morph, released by [changeling_mob]!")))
|
|
||||||
to_chat(src, SPAN_DANGER("As a morph, you can disguise as objects by alt-clicking on them."))
|
|
||||||
to_chat(src, SPAN_DANGER("You can eat people and items by clicking on them, but only if they're dead."))
|
|
||||||
|
|
||||||
relay_hivemind("<font color=[COLOR_LING_HIVEMIND]>Hivemind member [src] has been released into the outside world as a morph!</font>", changeling_mob)
|
relay_hivemind("<font color=[COLOR_LING_HIVEMIND]>Hivemind member [src] has been released into the outside world as a morph!</font>", changeling_mob)
|
||||||
log_and_message_admins("has released [src] as a morph.", changeling_mob, get_turf(changeling_mob))
|
log_and_message_admins("has released [src] as a morph.", changeling_mob, get_turf(changeling_mob))
|
||||||
|
|
||||||
@@ -67,4 +63,9 @@
|
|||||||
M.stop_thinking = TRUE // prevent the AI from taking over when the player ghosts
|
M.stop_thinking = TRUE // prevent the AI from taking over when the player ghosts
|
||||||
M.ckey = ckey
|
M.ckey = ckey
|
||||||
changeling_mob.mind.changeling.hivemind_members -= src
|
changeling_mob.mind.changeling.hivemind_members -= src
|
||||||
|
|
||||||
|
to_chat(M, SPAN_DANGER(FONT_LARGE("You are a morph, released by [changeling_mob]!")))
|
||||||
|
to_chat(M, SPAN_DANGER("As a morph, you can disguise as objects by alt-clicking on them."))
|
||||||
|
to_chat(M, SPAN_DANGER("You can eat people and items by clicking on them, but only if they're dead."))
|
||||||
|
|
||||||
qdel(src)
|
qdel(src)
|
||||||
6
html/changelogs/geeves-morph_message_fix.yml
Normal file
6
html/changelogs/geeves-morph_message_fix.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
author: Geeves
|
||||||
|
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- bugfix: "Morphs should now properly receive their guide to morph in the chat log when they are released as one."
|
||||||
Reference in New Issue
Block a user