Skip to content

Commit

Permalink
Fix Evac missing in LWOTC with SPARKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridar committed Jan 26, 2022
1 parent 5486845 commit 433d572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WOTCMoreSparkWeapons/Config/Base/XComGameData.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
+PerkPackage=IRIActiveCamoPerk

[XComGame.X2ItemTemplateManager]
+Loadouts=(LoadoutName="RequiredSpark", Items[0]=(Item="IRI_Spark_XPad"))
; "EvacFlare" is the item in LWOTC which grants the Evac ability.
+Loadouts=(LoadoutName="RequiredSpark", Items[0]=(Item="IRI_Spark_XPad"), Items[1] = (Item="EvacFlare"))

;+Loadouts=(LoadoutName="SquaddieSpark", Items[0]=(Item="SparkArmor"), Items[1]=(Item="SparkRifle_CV"), Items[2]=(Item="SparkBit_CV"), Items[3]=(Item="RocketLauncher"))

Expand Down

0 comments on commit 433d572

Please sign in to comment.