From 2a496bf93f56b7fb3b765840ad5bc1112f9e2843 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:35:14 +0200 Subject: [PATCH] Give admin bags explosion resistance (#38384) Co-authored-by: youtissoum <51883137+youtissoum@users.noreply.github.com> --- .../Prototypes/Entities/Clothing/Back/satchel.yml | 10 ++++++++++ .../Prototypes/Entities/Mobs/Player/admin_ghost.yml | 2 ++ .../Prototypes/Roles/Jobs/Fun/misc_startinggear.yml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 5b195f4454..ac26054033 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -178,3 +178,13 @@ maxItemSize: Huge grid: - 0,0,19,9 + +- type: entity + parent: ClothingBackpackSatchelHolding + id: ClothingBackpackSatchelAdmin + name: satchel of administration + suffix: Admin + description: If you are somehow seeing this, no you're not. + components: + - type: ExplosionResistance + damageCoefficient: 0 diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index 0a5577c6d3..6248207a81 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -107,6 +107,8 @@ - type: Loadout prototypes: [ MobAghostGear ] - type: BypassInteractionChecks + - type: ExplosionResistance + damageCoefficient: 0 - type: entity abstract: true diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 13455651a2..a3d316d214 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -148,7 +148,7 @@ - type: startingGear id: MobAghostGear equipment: - back: ClothingBackpackSatchelHolding + back: ClothingBackpackSatchelAdmin id: AdminPDA storage: back: -- 2.52.0