mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Pathfinder Fixes
- Adds missing icons for other species in the Explorer suit cycler - Fixes slot issue with drop straps and metal necklaces - Pathfinder's Office can now only be accessed by the Pathfinder
This commit is contained in:
@@ -1242,7 +1242,7 @@
|
||||
item_state = "tronket"
|
||||
overlay_state = "tronket"
|
||||
slot_flags = SLOT_TIE
|
||||
slot = "over"
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
/obj/item/clothing/accessory/flops
|
||||
name = "drop straps"
|
||||
@@ -1253,7 +1253,7 @@
|
||||
item_state = "flops"
|
||||
overlay_state = "flops"
|
||||
slot_flags = SLOT_TIE
|
||||
slot = "over"
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
//The perfect adminboos device?
|
||||
/obj/item/device/perfect_tele
|
||||
|
||||
Reference in New Issue
Block a user