Non-servant humans can't understand clockwork mobs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user