Skip to content

Commit

Permalink
Fixed minihypo to be it's own item so it's not a steal objective
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierSomething committed Oct 5, 2024
1 parent 0814d2e commit 90bb0fb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 90bb0fb

Please sign in to comment.