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