Release 1.10.6.0 - Autumn Update 2025 Hotfix 1
This commit is contained in:
@@ -238,11 +238,11 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
public void Spray(Character user, float deltaTime, bool applyColors)
|
||||
{
|
||||
Item liquidItem = liquidContainer?.Inventory.FirstOrDefault();
|
||||
Item liquidItem = LiquidContainer?.Inventory.FirstOrDefault();
|
||||
if (liquidItem == null) { return; }
|
||||
|
||||
bool isCleaning = false;
|
||||
liquidColors.TryGetValue(liquidItem.Prefab.Identifier, out color);
|
||||
LiquidColors.TryGetValue(liquidItem.Prefab.Identifier, out color);
|
||||
|
||||
if (applyColors && targetSections.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user