Cleaned up.

This commit is contained in:
Cekis
2016-08-14 18:40:40 +01:00
parent c05efaf583
commit ca706a56e4
@@ -12,11 +12,6 @@ public class patrol_controller extends script.base_script {
public String faction = "neutral";
public String strFileName = "datatables/spawning/patrol_spawner.iff";
// type is the type of the squad.
// "plain" type indicates unarmored npcs () of the given faction (irrelevant for neutral)
// "armored" type indicates armored npcs (troopers) only of the given faction.
// "mixed" type indicates a mixture of officers and troopers
private String squadClass = "armored";
private int patrolLevel = 25;