Skip to content

Commit

Permalink
LevelEdit bugfix
Browse files Browse the repository at this point in the history
Saved levels created an error whenever a researcher was teaching in the training room.
  • Loading branch information
koanxd committed Oct 13, 2013
1 parent 87cb9d0 commit d42ef7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LevelEdit/src/com/corsixth/leveledit/ReaderWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,12 @@ public void saveAs(File file) {
write.newLine();
write.write("#gbv.TrainingRate 45");
write.newLine();
write.write("#gbv.AbilityThreshold[0] 70 Surgeon");
write.write("#gbv.AbilityThreshold[0] 75 Surgeon");
write.newLine();
write.write("#gbv.AbilityThreshold[1] 60 Psychiatrist");
write.newLine();
write.write("#gbv.AbilityThreshold[2] 45 Researcher");
write.newLine();
write.write("#gbv.TrainingValue[0] 10 Projector");
write.newLine();
write.write("#gbv.TrainingValue[1] 25 Skeleton");
Expand Down

0 comments on commit d42ef7b

Please sign in to comment.