WIP: Space GCW: Battle controller working - full battle cycle tested.

This commit is contained in:
Cekis
2018-02-22 05:51:16 +00:00
parent d6e37e2e43
commit c22c7e20bd
116 changed files with 28954 additions and 28390 deletions
@@ -1146,9 +1146,11 @@ public class space_utils extends script.base_script
}
return null;
}
public static String getSkillRequiredForShip(obj_id deed) throws InterruptedException
{
public static String getSkillRequiredForShip(obj_id deed) throws InterruptedException {
String type = getStringObjVar(deed, "shiptype");
return getSkillRequiredForShip(type);
}
public static String getSkillRequiredForShip(String type) {
switch(type){
case "z95":
return "@skl_n:pilot_rebel_navy_novice";