mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Logs spawning of ghost roles (#31876)
* Logs spawning of ghost roles * Jwhitak requested Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
if(config.uneducated_mice)
|
||||
host.universal_understand = 0
|
||||
host.ckey = src.ckey
|
||||
log_admin("([host.ckey]/[host]) became a mouse as a ghost.")
|
||||
to_chat(host, "<span class='info'>You are now a mouse. Try to avoid interaction with players, and do not give hints away that you are more than a simple rodent.</span>")
|
||||
|
||||
/mob/dead/observer/verb/hide_sprite()
|
||||
@@ -548,6 +549,7 @@
|
||||
hobo.generate_name()
|
||||
var/datum/outfit/special/with_id/hobo/hobo_outfit = new
|
||||
hobo_outfit.equip(hobo)
|
||||
log_admin("([hobo.ckey]/[hobo]) became a space hobo as a ghost.")
|
||||
to_chat(hobo, "<B>You are a Space Hobo.</B>")
|
||||
// somewhat taken from CEV eris
|
||||
to_chat(hobo, "<b>The ID you wear is likely not even your own. At least as far as you can remember. But this chunk of plastic still can be a rare oddity that can change your character. Find a way to stay out of trouble, and survive. Though this does not mean you have no home, as the asteroid is your home. Whatever planet you may have come from is now a distant memory.</b>")
|
||||
|
||||
Reference in New Issue
Block a user