Vaurca Fixes

* Should make their eyes get damaged with flases proper now
* Makes them actually resistant to electric shock and walking on glass
This commit is contained in:
skull132
2016-01-01 18:20:54 +02:00
parent cdc3283649
commit dcd5e6d427
5 changed files with 34 additions and 2 deletions
@@ -294,6 +294,8 @@
if(H.species.flags & IS_SYNTHETIC)
return
if(istype(H) && H.species.insulated)//Insulation
return
if(M.buckled && istype(M.buckled, /obj/structure/stool/bed/chair/wheelchair))
return ..()