mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user