From 895a0574d56f7250ddb9bb133ab2c6c9546d8197 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 10 Aug 2021 06:38:33 -0400 Subject: [PATCH] Adds extra text to maint pred and morph spawns What's there doesn't really give any hints about what's allowed or expected, so, I added some, since there's been some understandable misunderstandings. --- code/game/objects/structures/ghost_pods/event_vr.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index 57cc225dc4..a41e1e99b5 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -72,6 +72,8 @@ to_chat(M, "You are [newPred], somehow having gotten aboard the station in search of food. \ You are wary of environment around you, but you do feel rather peckish. Stick around dark, secluded places to avoid danger or, \ if you are cute enough, try to make friends with this place's inhabitants.") + to_chat(M, "Please be advised, this role is NOT AN ANTAGONIST.") + to_chat(M, "You may be a spooky space monster, but your role is to facilitate spooky space monster roleplay, not to fight the station and kill people. You can of course eat and/or digest people as you like if OOC prefs align, but this should be done as part of roleplay. If you intend to fight the station and kill people and such, you need permission from the staff team. GENERALLY, this role should avoid well populated areas. You’re a weird spooky space monster, so the bar is probably not where you’d want to go if you intend to survive. Of course, you’re welcome to try to make friends and roleplay how you will in this regard, but something to keep in mind.") newPred.ckey = M.ckey newPred.visible_message("[newPred] emerges from somewhere!") @@ -108,6 +110,9 @@ to_chat(M, "You can use shift + click on objects to disguise yourself as them, but your strikes are nearly useless when you are disguised. \ You can undisguise yourself by shift + clicking yourself, but disguise being switched, or turned on and off has a short cooldown. You can also ventcrawl, \ by using alt + click on the vent or scrubber.") + to_chat(M, "Please be advised, this role is NOT AN ANTAGONIST.") + to_chat(M, "You may be a spooky space monster, but your role is to facilitate spooky space monster roleplay, not to fight the station and kill people. You can of course eat and/or digest people as you like if OOC prefs align, but this should be done as part of roleplay. If you intend to fight the station and kill people and such, you need permission from the staff team. GENERALLY, this role should avoid well populated areas. You’re a weird spooky space monster, so the bar is probably not where you’d want to go if you intend to survive. Of course, you’re welcome to try to make friends and roleplay how you will in this regard, but something to keep in mind.") + newMorph.ckey = M.ckey newMorph.visible_message("A morph appears to crawl out of somewhere.")