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