Fixes for Antiqua compilation and runtimes.

This commit is contained in:
SkyMarshal
2012-06-19 21:37:41 -07:00
parent 179415666f
commit ef3e93652c
6 changed files with 71 additions and 68 deletions

View File

@@ -109,8 +109,8 @@
":q" = "Cargo",
":g" = "changeling",
":R" = "right hand",
":L" = "left hand",
":R" = "right ear",
":L" = "left ear",
":I" = "intercom",
":H" = "department",
":C" = "Command",
@@ -150,9 +150,9 @@
//world << "channel_prefix=[channel_prefix]; message_mode=[message_mode]"
if (message_mode)
message = trim(copytext(message, 3))
if (!(ishuman(src) || istype(src, /mob/living/simple_animal)) && (message_mode=="department" || (message_mode in radiochannels)))
if (!(ishuman(src) || istype(src, /mob/living/simple_animal/parrot)) && (message_mode=="department" || (message_mode in radiochannels) || message_mode == "right ear" || message_mode == "left ear"))
message_mode = null //only humans can use headsets
// Check removed so parrots can use headsets!
// Parrots can also use headsets!
if (!message)
return