From 4e59b617490e0709bb6ca496c4eef57bd40b3fb8 Mon Sep 17 00:00:00 2001 From: nabegator Date: Wed, 16 Jul 2025 03:43:19 +0300 Subject: [PATCH] Whitelist extension for tool belt (#35212) * sd * xd * im so dumb * revert to just remote signaller * forgot * add code comment --------- Co-authored-by: shampunj <140359015+shampunj@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 5 ++++- .../Entities/Objects/Devices/Electronics/signaller.yml | 1 + Resources/Prototypes/tags.yml | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 29bbb9089d..8255f0095a 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -12,7 +12,9 @@ sprite: Clothing/Belt/utility.rsi - type: Storage maxItemSize: Normal - # TODO: Fill this out more. + # Don't add more than absolutely needed to this whitelist! + # Utility belts shouldn't just be free extra storage. + # This is only intended for basic engineering equipment. whitelist: tags: - Powerdrill @@ -32,6 +34,7 @@ - JawsOfLife - GPS - WeldingMask + - RemoteSignaller components: - StationMap - SprayPainter diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml index db4406905a..0a975702aa 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml @@ -19,6 +19,7 @@ - type: Tag tags: - Payload + - RemoteSignaller - type: DeviceNetwork deviceNetId: Wireless receiveFrequencyId: BasicDevice diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 8d6daa226c..8c36cc2886 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1148,6 +1148,9 @@ - type: Tag id: ReinforcedGlassShard +- type: Tag + id: RemoteSignaller + - type: Tag id: ReptilianFood -- 2.52.0