mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update arm_guards.dm
This commit is contained in:
@@ -7,11 +7,7 @@
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
drop_sound = 'sound/items/drop/metalshield.ogg'
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/item/clothing/gloves/arm_guard/mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
|
||||
=======
|
||||
/obj/item/clothing/gloves/arm_guard/mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = FALSE)
|
||||
>>>>>>> e791692aea59a96b1b45c20d61974aa10493a7f6
|
||||
if(..()) //This will only run if no other problems occured when equiping.
|
||||
if(H.wear_suit)
|
||||
if(H.wear_suit.body_parts_covered & ARMS)
|
||||
@@ -63,4 +59,4 @@
|
||||
siemens_coefficient = 0.6
|
||||
armor = list(melee = 40, bullet = 40, laser = 60, energy = 35, bomb = 30, bio = 0, rad = 0)
|
||||
min_cold_protection_temperature = T0C - 20
|
||||
cold_protection = ARMS
|
||||
cold_protection = ARMS
|
||||
|
||||
Reference in New Issue
Block a user