From 552938cda20dd4ec0f34a1d2e0c22d862b0eba9c Mon Sep 17 00:00:00 2001 From: PAFFhassoocks Date: Mon, 29 Dec 2025 13:29:13 +0300 Subject: [PATCH] puts Space ninja survival box contents into their bag (#42102) * removes extended survival box, but adds most contents into the ninja's satchel * major essential bugfix --- Resources/Prototypes/GameRules/events.yml | 2 +- Resources/Prototypes/Loadouts/role_loadouts.yml | 5 +++++ Resources/Prototypes/Roles/Antags/ninja.yml | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index cbf3f7d9bf..f680004e87 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -244,7 +244,7 @@ pickPlayer: false startingGear: SpaceNinjaGear roleLoadout: - - RoleSurvivalEVA + - RoleSurvivalSpaceNinja briefing: text: ninja-role-greeting color: Green diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 2e70dea157..98bc279cbb 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -614,3 +614,8 @@ groups: - GroupEVATank - SurvivalExtended + +- type: roleLoadout + id: RoleSurvivalSpaceNinja + groups: + - GroupEVATank diff --git a/Resources/Prototypes/Roles/Antags/ninja.yml b/Resources/Prototypes/Roles/Antags/ninja.yml index e8d9f1d021..27f4859cfb 100644 --- a/Resources/Prototypes/Roles/Antags/ninja.yml +++ b/Resources/Prototypes/Roles/Antags/ninja.yml @@ -33,6 +33,10 @@ - Wirecutter - Welder - Multitool + - EmergencyMedipen + - Flare + - FoodSnackNutribrick + - DrinkWaterBottleFull - type: chameleonOutfit id: NinjaChameleonOutfit -- 2.52.0