You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are correct, Squad is not currently being used. I was planning to use it for the player's lance on the world map and possibly also for fighting teams of human scale combatants in mecha combat (power armor like the Strongarm and Badger, or biomonsters).
mp_spent
andsp_spent
are initialized only inclass Being
:gearhead-caramel/gears/base.py
Lines 3179 to 3180 in 32a0b43
Only
Character
seems to derive fromBeing
.class Squad
derives fromBaseGear
, notBeing
.These methods in
Squad
refer tomp_spent
andsp_spent
:gearhead-caramel/gears/base.py
Lines 3631 to 3641 in 32a0b43
It looks to me that
Squad
is not used currently, so maybe it is a "TODO" class?The text was updated successfully, but these errors were encountered: