Fix fire extinguisher (#16113)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using Content.Server.Fluids.EntitySystems;
|
using Content.Server.Fluids.EntitySystems;
|
||||||
using Content.Shared.FixedPoint;
|
|
||||||
using Robust.Shared.Audio;
|
using Robust.Shared.Audio;
|
||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
solution: spray
|
solution: spray
|
||||||
- type: DrainableSolution
|
- type: DrainableSolution
|
||||||
solution: spray
|
solution: spray
|
||||||
|
- type: SolutionTransfer
|
||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: Spray
|
- type: Spray
|
||||||
spraySound:
|
spraySound:
|
||||||
@@ -32,9 +33,6 @@
|
|||||||
vaporAmount: 3
|
vaporAmount: 3
|
||||||
vaporSpread: 90
|
vaporSpread: 90
|
||||||
sprayVelocity: 2.0
|
sprayVelocity: 2.0
|
||||||
sprayTimeAlive: 1.5
|
|
||||||
transferAmount: 5
|
|
||||||
impulse: 50.0
|
|
||||||
- type: FireExtinguisher
|
- type: FireExtinguisher
|
||||||
hasSafety: true
|
hasSafety: true
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
- type: Spray
|
- type: Spray
|
||||||
sprayedPrototype: BigVapor
|
sprayedPrototype: BigVapor
|
||||||
sprayVelocity: 5
|
sprayVelocity: 5
|
||||||
sprayAliveTime: 5
|
|
||||||
spraySound:
|
spraySound:
|
||||||
path: /Audio/Effects/spray2.ogg
|
path: /Audio/Effects/spray2.ogg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user