Skip to content

Commit

Permalink
can now be worn in both neck and suit slots
Browse files Browse the repository at this point in the history
  • Loading branch information
SmArtKar committed Jul 31, 2024
1 parent b2d5943 commit 5b535b1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@
worn_icon = 'maplestation_modules/story_content/jessie_equipment/icons/jessieuniform_worn.dmi'
icon_state = "cloak"
base_icon_state = "cloak"
slot_flags = ITEM_SLOT_NECK | ITEM_SLOT_OCLOTHING

/obj/item/clothing/suit/toggle/labcoat/research_director/jessie_cape/equipped(mob/living/user, slot)
. = ..()
if (slot == ITEM_SLOT_NECK)
set_armor(/datum/armor/none)
else
set_armor(initial(armor_type))

0 comments on commit 5b535b1

Please sign in to comment.