mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Removes Terrible Implementation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user