Added a frog building outside of Mos Espa near West Shuttleport - spawns on server startup with 1 frog

Removed frog from Mos Eisley
Added "New Frog" option for GMs on CBT
Added addToFrogAdminList argument for setGodMode for GMs - allows GMs to
put down items inside the frog building (ie more frogs!)
This commit is contained in:
Waverunner
2014-07-13 14:21:17 -04:00
parent 71f66c0556
commit 02d03e2caa
5 changed files with 53 additions and 8 deletions
+1 -1
View File
@@ -344,7 +344,6 @@ public class NGECore {
skillModService = new SkillModService(this);
equipmentService = new EquipmentService(this);
entertainmentService = new EntertainmentService(this);
devService = new DevService(this);
conversationService = new ConversationService(this);
bazaarService = new BazaarService(this);
housingService = new HousingService(this);
@@ -561,6 +560,7 @@ public class NGECore {
browserService = new BrowserService(this);
//battlefieldService = new BattlefieldService(this);
devService = new DevService(this);
DevLogQueuer devLogQueuer = new DevLogQueuer();