Removes Pleig's custom item (#18378)

This commit is contained in:
feartheblackout
2024-02-12 11:12:26 +00:00
committed by GitHub
parent 768e95c1ea
commit 26fe8f28fc
3 changed files with 41 additions and 11 deletions
-11
View File
@@ -2026,14 +2026,3 @@ All custom items with worn sprites must follow the contained sprite system: http
item_state = "ashkii_cloak"
contained_sprite = TRUE
/obj/item/clothing/suit/storage/medical_chest_rig/fluff/pleig_rig
name = "\improper Lyukal medical rig"
desc = "This blue chestpiece, stylized after a traditional paramedic's chest rig, contains the iconography of the Federation Resistance, also known as the Lyukal, with \
the flag of the Free Traverse on the back. It is most suited to the form of a worker or warrior Vaurca."
icon = 'icons/obj/custom_items/pleig_rig.dmi'
icon_override = 'icons/obj/custom_items/pleig_rig.dmi'
icon_state = "pleig_rig"
item_state = "pleig_rig"
contained_sprite = TRUE
species_restricted = list(BODYTYPE_VAURCA)