Skip to content

Commit

Permalink
I have fixed all the broken files
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajDatta committed Dec 22, 2017
1 parent 7431636 commit bad8d84
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 25 deletions.
1 change: 1 addition & 0 deletions engine/src/main/java/org/destinationsol/ModuleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public ModuleManager() {
requiredModules.add(registry.getLatestModuleVersion(new Name("core")));
requiredModules.add(registry.getLatestModuleVersion(new Name("federal")));
requiredModules.add(registry.getLatestModuleVersion(new Name("organic")));
requiredModules.add(registry.getLatestModuleVersion(new Name("tribe")));

loadEnvironment(requiredModules);
}
Expand Down
2 changes: 1 addition & 1 deletion modules/tribe/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREDITS
qCREDITS

- credits for making all the ships goes to MillionthVector (http://millionthvector.blogspot.ae/)

Expand Down
4 changes: 0 additions & 4 deletions modules/tribe/assets/configs/startingStation.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"hull": "tribe:serenityCapital",
"items": "tribe:laser tribe:laser",
<<<<<<< HEAD
=======

>>>>>>> 276498a603485636ca2723b45efe9ca48090b347
"guard": {
"hull": "tribe:capital",
"items": "tribe:laser core:fixedShotGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield",
Expand Down
3 changes: 0 additions & 3 deletions modules/tribe/assets/items/clips/laserClip/laserClip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"projectile": "laser",
"infinite": true,
"size": 100
<<<<<<< HEAD
"displayName": "laser"
"iconName": "laserIcon"
=======
>>>>>>> 276498a603485636ca2723b45efe9ca48090b347
}
4 changes: 0 additions & 4 deletions modules/tribe/assets/items/guns/laser/laser.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"price": 1000000,
"clipName": "tribe:laserClip",
"gunLength": 0.15,
<<<<<<< HEAD
"displayName": "laser",
=======
"displayName": "Laser",
>>>>>>> 276498a603485636ca2723b45efe9ca48090b347
"lightOnShot": true,
"shootSounds": [
"core:waveGun"
Expand Down
13 changes: 0 additions & 13 deletions modules/tribe/assets/items/types.json

This file was deleted.

0 comments on commit bad8d84

Please sign in to comment.