bugfix in anti-tamper proc

This commit is contained in:
Screemonster
2017-02-13 01:42:33 +00:00
parent 5ea40be101
commit a7ae4fd4ab
2 changed files with 6 additions and 9 deletions
@@ -533,6 +533,8 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "scree-helm_mob"
item_state_slots = list(slot_r_hand_str = "engspace_helmet", slot_l_hand_str = "engspace_helmet")
light_overlay = "helmet_light_dual"
species_restricted = null
@@ -556,6 +558,8 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "scree-spess_mob"
item_state_slots = list(slot_r_hand_str = "eng_voidsuit", slot_l_hand_str = "eng_voidsuit")
species_restricted = null
mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)