Merge pull request #11929 from Ghommie/Ghommie-cit692

Shielded Component
This commit is contained in:
Lin
2020-04-22 20:33:12 +00:00
committed by GitHub
8 changed files with 210 additions and 59 deletions
@@ -1,8 +1,8 @@
/mob/living/carbon/human/get_blocking_items()
. = ..()
if(wear_suit)
. += wear_suit
. |= wear_suit
if(w_uniform)
. += w_uniform
. |= w_uniform
if(wear_neck)
. += wear_neck
. |= wear_neck