mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-07-20 12:13:37 +01:00
50c16ccfad
Please roleplay appropriately, okay? Commit can also be called "How I Lost My Entire Playerbase"
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
/// "Fully immerses" the player, making them manually breathe and blink
|
|
/datum/smite/immerse
|
|
name = "Fully Immerse"
|
|
|
|
/datum/smite/immerse/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
immerse_player(target)
|
|
SEND_SOUND(target, sound('sound/misc/roleplay.ogg'))
|
|
to_chat(target, span_boldnotice("Please roleplay appropriately, okay?"))
|