From 2b5a75ba6619b9fdd6c4f7e17a18d2af85167505 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:55:26 +0100 Subject: [PATCH] Some more whitelists for belts (#26085) * Allow surgery tools in medbelt * add lil more changes --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 4 ++++ .../Prototypes/Entities/Objects/Specific/Medical/surgery.yml | 3 +++ Resources/Prototypes/Entities/Objects/Tools/lantern.yml | 3 +++ Resources/Prototypes/tags.yml | 3 +++ 4 files changed, 13 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index b84033a787..d3ccd335c1 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -41,6 +41,7 @@ - Geiger - TrayScanner - GasAnalyzer + - HandLabeler - type: ItemMapper mapLayers: drill: @@ -265,10 +266,12 @@ - PillCanister - Radio - DiscreteHealthAnalyzer + - SurgeryTool components: - Hypospray - Injector - Pill + - HandLabeler - type: ItemMapper mapLayers: bottle: @@ -341,6 +344,7 @@ components: - Seed - Smokable + - HandLabeler - type: ItemMapper mapLayers: hatchet: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml index 6dc78455ea..aa0cf46187 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml @@ -8,6 +8,9 @@ - type: Sprite - type: StaticPrice price: 20 + - type: Tag + tags: + - SurgeryTool # Cautery diff --git a/Resources/Prototypes/Entities/Objects/Tools/lantern.yml b/Resources/Prototypes/Entities/Objects/Tools/lantern.yml index 71b27ed31e..89101e34ff 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/lantern.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/lantern.yml @@ -61,6 +61,9 @@ quickEquip: false slots: - Belt + - type: Tag + tags: + - Flashlight - type: entity parent: Lantern diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index fc4d16f5d5..6d0120aed0 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1142,6 +1142,9 @@ - type: Tag id: SuitEVA +- type: Tag + id: SurgeryTool + - type: Tag id: SurveillanceCameraMonitorCircuitboard -- 2.51.2