Allowed monkeys to use radios.

This commit is contained in:
Zuhayr
2013-08-17 19:59:52 -07:00
parent 5e93bfa8c4
commit ecce26f07b

View File

@@ -162,7 +162,7 @@ var/list/department_radio_keys = list(
if (message_mode || speaking)
message = trim(copytext(message, 3))
if (!(ishuman(src) || istype(src, /mob/living/simple_animal/parrot) || isrobot(src) && (message_mode=="department" || (message_mode in radiochannels))))
if (!(istype(src,/mob/living/carbon/human) || istype(src,/mob/living/carbon/monkey) || istype(src, /mob/living/simple_animal/parrot) || isrobot(src) && (message_mode=="department" || (message_mode in radiochannels))))
message_mode = null //only humans can use headsets
if(src.stunned > 2 || (traumatic_shock > 61 && prob(50)))