From 7b12eef98bd6f4c5cee72839b7eb38fe23e6b20f Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:03:15 -0700 Subject: [PATCH] PGF Rakalla Spacesuits can hold a gun in their suit storage (#3507) ## About The Pull Request PGF Rakalla space suits use sec hardsuit storage list for allowed suit storage types. ## Why It's Good For The Game It's a military space suit for a military, it makes sense it'd be able to holster a rifle. ## Changelog :cl: add: PGF Rakalla space suits can hold a gun in their suit storage. /:cl: --- code/modules/clothing/factions/gezena.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/factions/gezena.dm b/code/modules/clothing/factions/gezena.dm index 3eea9ebec461..d4ff3169880d 100644 --- a/code/modules/clothing/factions/gezena.dm +++ b/code/modules/clothing/factions/gezena.dm @@ -102,6 +102,10 @@ w_class = WEIGHT_CLASS_NORMAL supports_variations = DIGITIGRADE_VARIATION +/obj/item/clothing/suit/space/gezena/Initialize() + . = ..() + allowed = GLOB.security_hardsuit_allowed + /obj/item/clothing/head/helmet/space/gezena name = "\improper Rakalla-helm" desc = "Featuring rubberized grommets fitting for any length of horn, and an internal monitor for life support."