Skip to content

Commit

Permalink
fix applicable medication stack bug
Browse files Browse the repository at this point in the history
Signed-off-by: Tmanzxd <[email protected]>
  • Loading branch information
Tmanzxd authored Nov 24, 2024
1 parent 5fe4b1e commit 8218d67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/Stacks/medical_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,47 @@
name: aloe cream
icon: { sprite: "/Textures/Objects/Specific/Hydroponics/aloe.rsi", state: cream }
spawn: AloeCream
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1

- type: stack
id: Gauze
name: gauze
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
spawn: Gauze
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1

- type: stack
id: Brutepack
name: brutepack
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
spawn: Brutepack
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1

- type: stack
id: Bloodpack
name: bloodpack
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: bloodpack }
spawn: Bloodpack
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1

- type: stack
id: MedicatedSuture
name: medicated-suture
icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: medicated-suture }
spawn: MedicatedSuture
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1

- type: stack
id: RegenerativeMesh
name: regenerative-mesh
icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: regenerative-mesh}
spawn: RegenerativeMesh
maxCount: 10
maxCount: 15 #Changed to 15 due to shitmed changes
itemSize: 1


0 comments on commit 8218d67

Please sign in to comment.