Removes Terrible Implementation

This commit is contained in:
Gwydion Brain
2018-10-10 16:15:07 -07:00
parent 3a0695058f
commit 516942a6ee
@@ -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.