[MIRROR] Fully Immersing someone now reminds them to roleplay correctly (#8375)

* Fully Immersing someone now reminds them to roleplay correctly (#61657)

Please roleplay correctly!

* Fully Immersing someone now reminds them to roleplay correctly

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-09-24 23:09:55 +01:00
committed by GitHub
co-authored by tralezab
parent c23bd1cb8c
commit 50530a1ead
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@
/datum/smite/immerse/effect(client/user, mob/living/target)
. = ..()
immerse_player(target)
SEND_SOUND(target, sound('sound/voice/roleplay.ogg'))
to_chat(target, span_boldnotice("Please roleplay appropriately, okay?"))