Skip to content

Commit

Permalink
Fixed configuration bug for first time players
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvhewitt committed Oct 20, 2020
1 parent 013de72 commit 5fede80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/config_defaults.cfg
Expand Up @@ -5,6 +5,7 @@ music_on = True
names_above_heads = False
dev_mode_on = False
stretchy_screen=False
auto_save = True
[DIFFICULTY]
pc_can_die = False
lancemates_can_die = True
Expand Down
4 changes: 2 additions & 2 deletions design/Corsair.txt
Expand Up @@ -35,10 +35,10 @@ Mecha
Missile
name = "Heavy Rockets"
reach = 7
damage = 3
damage = 4
accuracy = 0
penetration = 2
quantity = 5
quantity = 4
attributes = (Blast1)
END
END
Expand Down
4 changes: 4 additions & 0 deletions history.txt
@@ -1,3 +1,7 @@
v0.551 October 20 2020
- Added auto_save default to data/config_defaults.cfg
- Reduced Corsair's heavy rocket pod to 4 rockets, but bigger ones

v0.550 October 15 2020
- Added Ran Magnus Mecha Works
- Added stretchy_screen config file option
Expand Down

0 comments on commit 5fede80

Please sign in to comment.