TG: •Fixed silicon mobs not being able to access newscaster. It was a linkage error

on my part, newscaster system was made to handle ais but, at some points,
excluded them. Anyway, fixed.
Revision: r3779
Author: 	 polyxenitopalidou
This commit is contained in:
Erthilo
2012-06-26 00:01:26 +01:00
parent d8a5824cbc
commit 622ce30803
4 changed files with 35 additions and 27 deletions
+2
View File
@@ -262,6 +262,8 @@ SHARDS
playsound(src.loc, 'glass_step.ogg', 50, 1)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.mutantrace == "lizard") //Soghun have... Scales? Yeah that works
return
if(!((H.shoes) || (H.wear_suit && H.wear_suit.body_parts_covered & FEET)))
var/datum/organ/external/affecting = H.get_organ(pick("l_foot", "r_foot"))
if(affecting.status & ROBOT)