From: nabegator Date: Wed, 16 Jul 2025 00:43:19 +0000 (+0300) Subject: Whitelist extension for tool belt (#35212) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4e59b617490e0709bb6ca496c4eef57bd40b3fb8;p=space-station-14.git 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> --- 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