Tutorial/Fix: How to add the frag nailer to dummy assault
If you play dummy assault a lot you'll probably notice that dummies never spawn with frag nailers. This is because it's not listed in a LUA file for the game mode. This can be fixed very easily by adding it at
line 28 of
"Dummy Assault.lua" located in Missions.rte/Activities/
It should look like this after adding it:
Code:
self.WList = {"Impulse Cannon", "Blaster", "Nailgun", "Scouting Rifle", "Repeater", "Destroyer Cannon", "Annihiliator", "Nailer Cannon", "Frag Nailer"}
Back up your files first in case you mess something up.