mob folder - root

This commit is contained in:
deathride58
2018-01-04 01:02:04 -05:00
parent fd9bc8c35e
commit bdd460ed4a
7 changed files with 36 additions and 113 deletions
+7 -1
View File
@@ -5,7 +5,8 @@
if(GLOB.say_disabled) //This is here to try to identify lag problems
to_chat(usr, "<span class='danger'>Speech is currently admin-disabled.</span>")
return
usr.say(message)
if(message)
say(message)
/mob/verb/whisper_verb(message as text)
@@ -72,6 +73,11 @@
deadchat_broadcast(rendered, follow_target = src, speaker_key = K)
/mob/proc/check_emote(message)
if(copytext(message, 1, 2) == "*")
emote(copytext(message, 2))
return 1
/mob/proc/emote(var/act)
return