Update beebox.dm

This commit is contained in:
zeskorion
2020-02-27 12:06:40 -08:00
committed by GitHub
parent f194bd9cf4
commit 81fbc375b0
@@ -23,6 +23,8 @@
var/obj/item/clothing/CH = head
if (CS.clothing_flags & CH.clothing_flags & THICKMATERIAL)
return 1
if(HAS_TRAIT(src, TRAIT_BEEFRIEND))
return 1
return 0