1
0
forked from 0ad/0ad

Move domestic wolf from templates/trigger/ to templates/gaia/, refs cd6c31e76e, 79fb493da3, D176.

Differential Revision: https://code.wildfiregames.com/D1904
Patch By: Nescio
This was SVN commit r22491.
This commit is contained in:
elexis 2019-07-17 14:14:53 +00:00
parent e8f4ae36a7
commit ecae8469ba
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ var tShore = "polar_ice_snow";
var tWater = "polar_ice_c";
var oArcticFox = "gaia/fauna_fox_arctic";
var oArcticWolf = "trigger/fauna_arctic_wolf_attack";
var oArcticWolf = "gaia/fauna_arctic_wolf_domestic";
var oMuskox = "gaia/fauna_muskox";
var oWalrus = "gaia/fauna_walrus";
var oWhaleFin = "gaia/fauna_whale_fin";

View File

@ -1,6 +1,6 @@
const debugLog = false;
var attackerTemplate = "trigger/fauna_arctic_wolf_attack";
var attackerTemplate = "gaia/fauna_arctic_wolf_domestic";
var minWaveSize = 1;
var maxWaveSize = 3;