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