Remove some more mentions of TUTMG

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7812 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2009-06-22 21:48:11 +00:00 committed by Git SVN Gateway
parent 3ee7d16904
commit dccf60a1bf
9 changed files with 9 additions and 9 deletions

View File

@ -66,7 +66,7 @@ art1Comp RESEARCHSTAT "R-Wpn-MG3Mk1" //HMG "R-Wpn-Cannon1Mk1"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/*
art2X int 2368

View File

@ -80,7 +80,7 @@ art2Comp RESEARCHSTAT "R-Vehicle-Prop-Halftracks"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Proximity: Enemy */
//base1

View File

@ -30,7 +30,7 @@ transporter TEMPLATE "Transporter" //for enemy transports
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Reinforce Lists for New Paradigm */
numReinf int 3

View File

@ -80,7 +80,7 @@ art4Comp RESEARCHSTAT "R-Wpn-MG-Damage01"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Proximity: Enemy */
//new 1st base

View File

@ -90,7 +90,7 @@ art5Comp RESEARCHSTAT "R-Vehicle-Engine01"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Proximity: Enemy */

View File

@ -29,7 +29,7 @@ obj1 INTMESSAGE "C1CA_OBJ1"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Reinforce Lists for New Paradigm */
numScout INT 4

View File

@ -155,7 +155,7 @@ artType [0] int 1 //get from STRUCTURE
artVal [0] int 0 //get from Medium Factory
artX [0] int 4928
artY [0] int 4288
artComp [0] RESEARCHSTAT "CAM2RESEARCH" //"R-Wpn-TUTMG" //CHANGE THIS RESEARCH STAT
artComp [0] RESEARCHSTAT "CAM2RESEARCH" //"R-Wpn-MG1Mk1" //CHANGE THIS RESEARCH STAT
*/
/* ******************************************** */

View File

@ -99,7 +99,7 @@ art3Comp RESEARCHSTAT "R-Wpn-Cannon1Mk1" //"R-Wpn-Flamer-Damage01"
//Player Bonus Research Topics given on completion of mission
numResP0 int 0 //number of topics to enable
resP0[0] RESEARCHSTAT "R-Wpn-TUTMG"
resP0[0] RESEARCHSTAT "R-Wpn-MG1Mk1"
/* Proximity: Enemy */
//base1

View File

@ -12,5 +12,5 @@ startTech[1] RESEARCHSTAT "R-Sys-Spade1Mk1"
startTech[2] RESEARCHSTAT "R-Vehicle-Prop-Wheels"
startTech[3] RESEARCHSTAT "R-Wpn-MG1Mk1"
startTech[4] RESEARCHSTAT "R-Wpn-MG-Damage03"
mg WEAPON "TUTMG" //req'd for 1st level
mg WEAPON "MG1Mk1" //req'd for 1st level
}