Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cekis committed Mar 18, 2018
1 parent 9959e1c commit 174343d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ quest_crc_string_table.tab
sku.0/sys.server/compiled/.idea
sku.0/sys.shared/compiled/game/.idea


90 changes: 56 additions & 34 deletions sku.0/sys.server/compiled/game/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

itemsPerContainer = 0
category = CT_space
craftedObjectTemplate = "object/tangible/ship/components/chassis/tieadvanced_chassis_token.iff"
craftedObjectTemplate = "object/tangible/ship/components/chassis/havoc_chassis_token.iff"
slots = [
[
optional = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public static int getTimeUntilNextBattleForZone(String zone){
for (String[] scene : battle_controller.BATTLE_SCENES){
if(scene[0].equals(zone)){
obj_id spawner = getObjIdObjVar(controller, "space_gcw." + scene[0] + ".spawner");

if(getIntObjVar(controller, "space_gcw." + spawner + ".active") == 1){
return -2;
}
Expand Down

0 comments on commit 174343d

Please sign in to comment.