Merge pull request #366 from ZomgPonies/master

Last saycode fixes
This commit is contained in:
Mark van Alphen
2015-02-20 21:18:05 +01:00
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)