No MoMMis or AIs on purge day (#31511)

* No MoMMis or AIs on purge day

I should care more about code quality but it's the epic meme day after all!

* Update verbs.dm

* Update mommi_spawner.dm
This commit is contained in:
ShiftyRail
2021-12-04 18:05:53 +00:00
committed by GitHub
parent 6a51623a85
commit 405c4e58a2
3 changed files with 16 additions and 4 deletions

View File

@@ -486,7 +486,10 @@
/mob/dead/observer/verb/become_mommi()
set name = "Become MoMMI"
set category = "Ghost"
to_chat(src, "Sorry, this verb is disabled.")
/*
if(!config.respawn_as_mommi)
to_chat(src, "<span class='warning'>Respawning as MoMMI is disabled..</span>")
return
@@ -518,7 +521,8 @@
break
else
to_chat(src, "<span class='warning'>Unable to find any MoMMI Spawners ready to build a MoMMI in the universe. Please try again.</span>")
*/
/mob/dead/observer/verb/become_hobo()
set name = "Become Space Hobo"
set category = "Ghost"