XCOM 2
Muton Destroyer - WotC
3件中 1-3 を表示
更新:2021年5月23日 @ 21時55分

Disabled a debug flag.

更新:2021年5月23日 @ 21時39分

Adjusted Action Point Cost code for the 'Poor Manners' Ability. Changed iNumPoints from 0 to 1. Added bFreeCost = true.

//Action Points
ActionPointCost = new class'X2AbilityCost_ActionPoints';
ActionPointCost.iNumPoints = 1;
ActionPointCost.bFreeCost = true;
ActionPointCost.bConsumeAllPoints = false;
Template.AbilityCosts.AddItem(ActionPointCost);

The result of this change will allow the XCom Team Turn to properly end automatically when all soldiers are out of Actions if a Muton Destroyer is currently under Mind Control. Previously, the player had to explicitly end the turn by using the [X] button due to the Mind Controlled Muton Destroyer still having a 0 Cost Free Action available.

更新:2021年5月9日 @ 20時54分

Initial Release - Muton Destroyer v1.0