Added science rig, replaced CE rig.

This commit is contained in:
Zuhayr
2014-11-15 19:17:45 +10:30
parent ae66fb16d3
commit 579ebb84bb
19 changed files with 208 additions and 111 deletions
@@ -90,6 +90,11 @@ proc/GetAnomalySusceptibility(var/mob/living/carbon/human/H)
var/protected = 0
//anomaly suits give best protection, but excavation suits are almost as good
if(istype(H.back,/obj/item/weapon/storage/rig/hazmat))
var/obj/item/weapon/storage/rig/hazmat/rig = H.back
if(rig.suit_is_deployed() && !rig.offline)
protected += 1
if(istype(H.wear_suit,/obj/item/clothing/suit/bio_suit/anomaly))
protected += 0.6
else if(istype(H.wear_suit,/obj/item/clothing/suit/space/anomaly))