Fire extinguisher fix (#13199)
This commit is contained in:
@@ -57,8 +57,6 @@ public sealed class FireExtinguisherSystem : EntitySystem
|
||||
if (args.Handled)
|
||||
return;
|
||||
|
||||
args.Handled = true;
|
||||
|
||||
if (component.HasSafety && component.Safety)
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString("fire-extinguisher-component-safety-on-message"), uid,
|
||||
@@ -73,6 +71,8 @@ public sealed class FireExtinguisherSystem : EntitySystem
|
||||
return;
|
||||
}
|
||||
|
||||
args.Handled = true;
|
||||
|
||||
var transfer = container.AvailableVolume;
|
||||
if (TryComp<SolutionTransferComponent>(uid, out var solTrans))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user