diff --git a/UIInfoSuite2/UIElements/ShowRobinBuildingStatusIcon.cs b/UIInfoSuite2/UIElements/ShowRobinBuildingStatusIcon.cs index 4be5507e..7868e656 100644 --- a/UIInfoSuite2/UIElements/ShowRobinBuildingStatusIcon.cs +++ b/UIInfoSuite2/UIElements/ShowRobinBuildingStatusIcon.cs @@ -123,6 +123,10 @@ private void FindRobinSpritesheet() if (_robinIconSheet != null) break; } + if (_robinIconSheet == null) + { + ModEntry.MonitorObject.Log($"{this.GetType().Name}: Could not find Robin spritesheet.", LogLevel.Warn); + } _buildingIconSpriteLocation = new Rectangle(0, 195 + 1, 15, 15 - 1); // 1px edits for better alignment with other icons }