Plasmamen

- Mining plasmaman spacesuit now has the same slowdown as a mining RIG,
but can now be upgraded with Goliath hide plates.
This commit is contained in:
DZD
2015-07-29 18:57:39 -04:00
parent 51eca017ad
commit 284c562bc0
2 changed files with 2 additions and 1 deletions
@@ -461,7 +461,7 @@
/obj/item/asteroid/goliath_hide/afterattack(atom/target, mob/user, proximity_flag)
if(proximity_flag)
if(istype(target, /obj/item/clothing/suit/space/rig/mining) || istype(target, /obj/item/clothing/head/helmet/space/rig/mining))
if(istype(target, /obj/item/clothing/suit/space/rig/mining) || istype(target, /obj/item/clothing/head/helmet/space/rig/mining) || istype(target, /obj/item/clothing/suit/space/eva/plasmaman/miner) || istype(target, /obj/item/clothing/head/helmet/space/eva/plasmaman/miner))
var/obj/item/clothing/C = target
var/current_armor = C.armor
if(current_armor.["melee"] < 80)