mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Vorestation edit
This commit is contained in:
@@ -1388,4 +1388,5 @@ default behaviour is:
|
||||
else if(sayselect == "Exclaim/Shout/Yell (!)")
|
||||
custom_exclaim = sanitize(input(usr, "This word or phrase will appear instead of 'exclaims', 'shouts' or 'yells': [src] exclaims, \"Hi!\"", "Custom Exclaim", null) as text)
|
||||
else
|
||||
return
|
||||
return
|
||||
//VOREStation edit ends
|
||||
@@ -287,6 +287,7 @@ proc/get_radio_key_from_channel(var/channel)
|
||||
verb = "[custom_ask]"
|
||||
else if(custom_say)
|
||||
verb = "[custom_say]"
|
||||
//VOREStation edit ends
|
||||
|
||||
//Handle nonverbal and sign languages here
|
||||
if (speaking)
|
||||
|
||||
Reference in New Issue
Block a user