Where is the brute pack officer (#2237)
* Fix roll of gauze texture * Fix the id and stack type too * Readd brute pack
This commit is contained in:
@@ -130,6 +130,7 @@ namespace Content.Shared.GameObjects.Components
|
||||
Gold,
|
||||
Phoron,
|
||||
Ointment,
|
||||
Gauze,
|
||||
Brutepack,
|
||||
FloorTileSteel,
|
||||
FloorTileCarpet,
|
||||
|
||||
@@ -53,14 +53,14 @@
|
||||
stacktype: enum.StackType.Ointment
|
||||
|
||||
- type: entity
|
||||
name: roll of gauze
|
||||
description: Some sterile gauze to wrap around bloody stumps.
|
||||
name: bruise pack
|
||||
description: A therapeutic gel pack and bandages designed to treat blunt-force trauma.
|
||||
parent: MedicalStack
|
||||
id: Brutepack
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/medical.rsi
|
||||
state: gauze
|
||||
state: brutepack
|
||||
- type: Healing
|
||||
heal:
|
||||
Blunt: 10
|
||||
@@ -68,3 +68,20 @@
|
||||
max: 5
|
||||
count: 5
|
||||
stacktype: enum.StackType.Brutepack
|
||||
|
||||
- type: entity
|
||||
name: roll of gauze
|
||||
description: Some sterile gauze to wrap around bloody stumps.
|
||||
parent: MedicalStack
|
||||
id: Gauze
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/medical.rsi
|
||||
state: gauze
|
||||
# - type: Healing
|
||||
# heal:
|
||||
# Blunt: 10
|
||||
- type: Stack
|
||||
max: 5
|
||||
count: 5
|
||||
stacktype: enum.StackType.Gauze
|
||||
|
||||
Reference in New Issue
Block a user