diff --git a/code/game/gamemodes/miniantags/morph/morph.dm b/code/game/gamemodes/miniantags/morph/morph.dm index 12baa024cf7..3bb36870d31 100644 --- a/code/game/gamemodes/miniantags/morph/morph.dm +++ b/code/game/gamemodes/miniantags/morph/morph.dm @@ -41,9 +41,9 @@ var/playstyle_string = "You are a morph.
As an abomination created primarily with changeling cells, \ you may take the form of anything nearby by shift-clicking it. This process will alert any nearby \ observers, and can only be performed once every five seconds.
While morphed, you move faster, but do \ - less damage. In addition, anyone within three tiles will note an uncanny wrongness if examining you.
\ - You can attack any item or dead creature to consume it - creatures will restore 1/3 of your max health.
\ - Finally, you can restore yourself to your original form while morphed by shift-clicking yourself.
" + less damage. In addition, anyone within three tiles will note an uncanny wrongness if examining you. \ + You can restore yourself to your original form while morphed by shift-clicking yourself.
\ + Finally, you can attack any item or dead creature to consume it - creatures will restore 1/3 of your max health." /mob/living/simple_animal/hostile/morph/examine(mob/user) if(morphed) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index d8ff792435f..2b78de43f82 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -161,7 +161,7 @@ /obj/item/antag_spawner/morph name = "vial of ooze" - desc = "A magically infused bottle of ooze, distilled by methods rather not be spoken of." + desc = "A magically infused bottle of ooze, distilled by methods rather not be spoken of. Used to awaken an all-consuming monstrosity." icon = 'icons/obj/wizard.dmi' icon_state = "vialooze" var/shatter_msg = "You shatter the bottle, no \ @@ -211,7 +211,6 @@ KillDaCrew.owner = M.mind KillDaCrew.explanation_text = "[objective_verb] everyone and everything else while you're at it." M.mind.objectives += KillDaCrew - M.mind.objectives += KillDaCrew to_chat(M, "Objective #[1]: [KillDaWiz.explanation_text]") to_chat(M, "Objective #[2]: [KillDaCrew.explanation_text]") M << 'sound/magic/mutate.ogg' \ No newline at end of file