Update say_vr.dm

Removes psay's "none" button, makes narrate & pme into multiline boxes & removes their "none" buttons too
This commit is contained in:
Pandora
2022-10-31 03:00:35 +00:00
committed by GitHub
parent 3bb5cefe6e
commit abfa817226
+3 -3
View File
@@ -115,7 +115,7 @@
///// PSAY /////
/mob/verb/psay(message as text|null)
/mob/verb/psay(message as text)
set category = "IC"
set name = "Psay"
set desc = "Talk to people affected by complete absorbed or dominate predator/prey."
@@ -212,7 +212,7 @@
///// PME /////
/mob/verb/pme(message as text|null)
/mob/verb/pme(message as message)
set category = "IC"
set name = "Pme"
set desc = "Emote to people affected by complete absorbed or dominate predator/prey."
@@ -307,7 +307,7 @@
M.forced_psay = FALSE
M.me_verb(message)
/mob/living/verb/player_narrate(message as text|null)
/mob/living/verb/player_narrate(message as message)
set category = "IC"
set name = "Narrate (Player)"
set desc = "Narrate an action or event! An alternative to emoting, for when your emote shouldn't start with your name!"