mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Merge pull request #9809 from Agameofscones/necklaces_fix_reeeee
Necklace equip location fix
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