From 90bb0fbd80c1a843a3cd49ffe6e14e05f4011ad4 Mon Sep 17 00:00:00 2001 From: XavierSomething Date: Sat, 5 Oct 2024 11:05:45 -0400 Subject: [PATCH] Fixed minihypo to be it's own item so it's not a steal objective --- .../Floof/Entities/Objects/Specific/Medical/hypospray.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Floof/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/Floof/Entities/Objects/Specific/Medical/hypospray.yml index 20747e8faa4..92131bb7a04 100644 --- a/Resources/Prototypes/Floof/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/Floof/Entities/Objects/Specific/Medical/hypospray.yml @@ -1,6 +1,6 @@ - type: entity name: NTCS-101 hypospray - parent: Hypospray + parent: BaseItem description: A commercial hypospray designed by Nanotrasen Chemical Supply. It has two built in safety features for the consumer market, a small chemical reservoir and an injection delay. id: HypoMini components: @@ -13,6 +13,12 @@ solutions: hypospray: maxVol: 5 + - type: RefillableSolution + solution: hypospray + - type: ExaminableSolution + solution: hypospray + - type: Hypospray + onlyAffectsMobs: false - type: UseDelay delay: 2.5 - type: StaticPrice