Merge remote-tracking branch 'space-station-14/master' into ed-02-06-2024-upstream
This commit is contained in:
@@ -156,7 +156,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
|
||||
private void OnExtinguishActivateInWorld(EntityUid uid, ExtinguishOnInteractComponent component, ActivateInWorldEvent args)
|
||||
{
|
||||
if (args.Handled)
|
||||
if (args.Handled || !args.Complex)
|
||||
return;
|
||||
|
||||
if (!TryComp(uid, out FlammableComponent? flammable))
|
||||
|
||||
Reference in New Issue
Block a user