I can't believe I have done this.

This commit is contained in:
Ghom
2020-02-03 08:23:20 +01:00
committed by GitHub
parent 84d9430ee4
commit d5166322dc
@@ -224,7 +224,7 @@
/obj/item/clothing/mask/fakemoustache/sticky/equipped(mob/user, slot)
. = ..()
if(slot = SLOT_WEAR_MASK)
if(slot == SLOT_WEAR_MASK)
ADD_TRAIT(user, TRAIT_NO_INTERNALS, STICKY_MOUSTACHE_TRAIT)
/obj/item/clothing/mask/fakemoustache/sticky/dropped(mob/user)