Skip to content

Commit

Permalink
Merge pull request #554 from Yata9arasu/cursed-wintercoats-fix
Browse files Browse the repository at this point in the history
fixed wintercoats. Not all now cursed
  • Loading branch information
MysticalFaceLesS authored May 18, 2024
2 parents 47943f3 + 82510c2 commit d0875c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_celadon/balance/code/cc_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
/obj/item/clothing/suit/hooded/wintercoat/centcom
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 80, "fire" = 100, "acid" = 100)

/obj/item/clothing/suit/hooded/wintercoat/equipped(mob/user, slot)
/obj/item/clothing/suit/hooded/wintercoat/centcom/equipped(mob/user, slot)
. = ..()
if(slot == ITEM_SLOT_OCLOTHING)
ADD_TRAIT(src, TRAIT_NODROP, CURSED_ITEM_TRAIT)
Expand Down

0 comments on commit d0875c0

Please sign in to comment.