Last saycode fixes

This commit is contained in:
ZomgPonies
2015-02-20 15:12:23 -05:00
parent bb1d0c7a71
commit 533afdcdfe
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ var/global/image/typing_indicator
set_typing_indicator(1)
hud_typing = 1
var/message = input("","say (text)") as text
var/message = input("","say (text)") as null|text
hud_typing = 0
set_typing_indicator(0)
if(message)
@@ -44,7 +44,7 @@ var/global/image/typing_indicator
set_typing_indicator(1)
hud_typing = 1
var/message = input("","me (text)") as text
var/message = input("","me (text)") as null|text
hud_typing = 0
set_typing_indicator(0)
if(message)