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:
FalloutFalcon
2025-08-30 12:58:08 -05:00
committed by GitHub
parent 54b3d6a796
commit f5aed5aaed
@@ -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