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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user