Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Jun 10, 2024
1 parent bfc5790 commit 5030214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/terrain.h
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ class Terrain final : public Tooltip, public FileSerializable, public JsThis
ScriptVariables m_AnimationVariables;
bool m_hasStartOfTurn{false};
bool m_hasFlowDirection{false};
bool m_supportPalette{false};
bool m_supportPalette{true};

std::shared_ptr<JsCallback<Terrain>> m_pStartDayCallback;
QVector<TerrainOverlay> m_terrainOverlay;
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/units/hoellium.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var Constructor = function()
{
return "MOVE_HOELLIUM";
};
this.actionList = ["ACTION_HOELLIUM_WAIT"];
this.actionList = ["ACTION_JOIN", "ACTION_HOELLIUM_WAIT"];
this.getBaseCost = function()
{
return 10000;
Expand Down

0 comments on commit 5030214

Please sign in to comment.