Fixes empty subtle emotes (#2133)

Makes the subtle emote not work if you try to use an empty emote string
OR if you cancel it early.
This commit is contained in:
ktccd
2017-07-26 00:27:20 +02:00
committed by kevinz000
parent 90e6170606
commit e1ed61ef35
+2
View File
@@ -87,6 +87,8 @@ proc/get_top_level_mob(var/mob/S)
alert("Unable to use this emote, must be either hearable or visible.")
return
message = subtle_emote
else
return FALSE
else
message = params
if(type_override)