Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Fixes a bug in Warzone 3.1 where structureIdle() didn't check the construction status of a building before returning true.

Availability

 Requires backport.js

Compatible with all versions of Warzone from 3.1 early alpha releases and above.

The backport will be applied for all versions of the game, but won't adversely affect future versions should the bug be fixed.

Notes

This backport checks that the structure's .status == BUILT before allowing a return value of true.

There may still be issues, however, because a structure's status doesn't get immediately updated when you tell it to build or attack something.

Script

  File Modified

See also

 

  • No labels