Non-servant humans can't understand clockwork mobs

This commit is contained in:
Joan Lung
2016-06-19 15:46:36 -04:00
parent 20860f2d6a
commit 321d7ce4be
6 changed files with 17 additions and 3 deletions
@@ -94,8 +94,8 @@
icon_state = "drone_clock"
icon_living = "drone_clock"
picked = TRUE
languages_spoken = HUMAN
languages_understood = HUMAN
languages_spoken = RATVAR
languages_understood = HUMAN|RATVAR
health = 60
maxHealth = 60
hacked = 1
+4 -1
View File
@@ -10,7 +10,10 @@
/mob/verb/whisper(message as text)
set name = "Whisper"
set category = "IC"
return
if(say_disabled) //This is here to try to identify lag problems
usr << "<span class='danger'>Speech is currently admin-disabled.</span>"
return
say(message) //only carbons actually whisper, everything else just talks
/mob/verb/me_verb(message as text)
set name = "Me"