Skip to content

Conversation

@SethDGamre
Copy link
Collaborator

was a dirty nasty ew ew stinky hard coded string.find. This PR makes it a customparam which everybody likes

@github-actions
Copy link
Contributor

github-actions bot commented Nov 22, 2025

Test Results

14 tests  ±0   7 ✅ ±0   9s ⏱️ ±0s
 1 suites ±0   7 💤 ±0 
 1 files   ±0   0 ❌ ±0 

Results for commit c1086aa. ± Comparison against base commit 5afa4b8.

♻️ This comment has been updated with latest results.

Comment on lines +93 to +94
local selectableAsCombat = udef.customParams and udef.customParams.selectable_as_combat_unit
if selectableAsCombat then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

customParams is never nil

Suggested change
local selectableAsCombat = udef.customParams and udef.customParams.selectable_as_combat_unit
if selectableAsCombat then
if udef.customParams.selectable_as_combat_unit then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants