mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
correctly subtypes rogue items (#92782)
## About The Pull Request someone forgot to actually subtype these items ## Why It's Good For The Game i tried to go to the definition of eyepatches and got brought here. it hasnt been an issue because of this being earlier in the load order.
This commit is contained in:
@@ -109,15 +109,15 @@
|
||||
|
||||
granted_items = list(
|
||||
/obj/item/clothing/under/color/black,
|
||||
/obj/item/clothing/shoes/sneakers/black,
|
||||
/obj/item/clothing/shoes/sneakers/black/rogue,
|
||||
/obj/item/clothing/mask/facescarf/rogue,
|
||||
/obj/item/clothing/glasses/eyepatch,
|
||||
/obj/item/clothing/glasses/eyepatch/rogue,
|
||||
/obj/item/bedsheet/black/rogue_cape,
|
||||
/obj/item/storage/belt/fannypack/black/rogue,
|
||||
/obj/item/knife/combat/survival,
|
||||
)
|
||||
|
||||
/obj/item/clothing/shoes/sneakers/black
|
||||
/obj/item/clothing/shoes/sneakers/black/rogue
|
||||
name = "sneaker of SNEAKING"
|
||||
|
||||
/obj/item/clothing/mask/facescarf/rogue
|
||||
@@ -125,7 +125,7 @@
|
||||
icon_state = "/obj/item/clothing/mask/facescarf/rogue"
|
||||
greyscale_colors = "#292929"
|
||||
|
||||
/obj/item/clothing/glasses/eyepatch
|
||||
/obj/item/clothing/glasses/eyepatch/rogue
|
||||
name = "eyepatch of SEALING"
|
||||
|
||||
/obj/item/bedsheet/black/rogue_cape
|
||||
|
||||
Reference in New Issue
Block a user