Merge pull request #9809 from Agameofscones/necklaces_fix_reeeee

Necklace equip location fix
This commit is contained in:
variableundefined
2018-10-11 09:50:59 +08:00
committed by GitHub
@@ -390,7 +390,7 @@
icon_state = "necklace"
item_state = "necklace"
item_color = "necklace"
slot_flags = SLOT_MASK | SLOT_TIE
slot_flags = SLOT_TIE
/obj/item/clothing/accessory/necklace/locket
name = "gold locket"
@@ -398,7 +398,7 @@
icon_state = "locket"
item_state = "locket"
item_color = "locket"
slot_flags = SLOT_MASK | SLOT_TIE
slot_flags = SLOT_TIE
var/base_icon
var/open
var/obj/item/held //Item inside locket.