From 72ce50e78a9fd98be8ad3aa3332a483762d2459b Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:09:12 -0500 Subject: [PATCH 1/2] Merge pull request #14163 from Heroman3003/resrtict-fix-rat Fixes wrong item being species restricted --- code/modules/clothing/suits/miscellaneous_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous_vr.dm b/code/modules/clothing/suits/miscellaneous_vr.dm index 6c2afc11f4..1f43db565a 100644 --- a/code/modules/clothing/suits/miscellaneous_vr.dm +++ b/code/modules/clothing/suits/miscellaneous_vr.dm @@ -147,7 +147,6 @@ desc = "A high tech looking vest. It's made out of tough materials, and can protect fairly well against bullets. Wake the fuck up, Samurai." icon_state = "cyberpunk_recolor" - species_restricted = list(SPECIES_ALTEVIAN) // Altevian admiralty stuff /obj/item/clothing/suit/captunic/capjacket/altevian_admiral // Subtype of capjacket because A) it makes sense and B) conviniently matching stats @@ -155,6 +154,8 @@ desc = "Formal attire worn by officers and bridge crew from the Altevian Hegemony. The material is made of high quality silk and provides maximum comfort and breathing room for those that are working double shifts all the time." icon_state = "altevian-admiral" + species_restricted = list(SPECIES_ALTEVIAN) + /obj/item/clothing/suit/captunic/capjacket/altevian_admiral/gray name = "gray altevian officer's suit" icon_state = "altevian-admiral-gray"