From fbd6030830b79077d8edf613b196ae0fab2e3ff5 Mon Sep 17 00:00:00 2001 From: Qatavin <108201496+Qatavin@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:04:11 -0700 Subject: [PATCH] Fix Space Exploration issue with Classes This one line prevents Classes from loading with Space Exploration, since SE expects the character to have "icon" defined. Instead, we have "icons". But "icons" overrides "icon", so this is functionally the same. --- bobclasses/prototypes/character.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/bobclasses/prototypes/character.lua b/bobclasses/prototypes/character.lua index 63d5747f5..0a824b4ea 100644 --- a/bobclasses/prototypes/character.lua +++ b/bobclasses/prototypes/character.lua @@ -9,7 +9,6 @@ data.raw.character.character.icons = { icon_size = 128, }, } -data.raw.character.character.icon = nil data.raw.character.character.max_health = 300 data.raw.character.character.healing_per_tick = 0.18 data.raw.character.character.ticks_to_stay_in_combat = 480