Skip to content

Commit

Permalink
Make Hornum an airfield, and make airfields easier to destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
ec429 committed Mar 13, 2016
1 parent b0c65ac commit 0e5cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dat/targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Schillig Roads: 8: 5: 6: 67:158: :31-05-1940:SHIPPING
Heligoland Bight: 6: 4: 8: 58:160: :24-12-1939:SHIPPING
Wilhelmshaven Docks: 10: 7: 7: 70:161: :17-04-1940:SHIPPING
Wilhelmshaven Docks: 12: 9: 7: 70:161:17-04-1940:15-05-1940:SHIPPING
Hörnum, Sylt: 7: 6: 6: 51:163:19-03-1940:31-05-1940:SHIPPING
Hörnum, Sylt: 7: 6:10: 51:163:19-03-1940:31-05-1940:AIRFIELD
Norway Fleet: 5: 5:11: 48:152:09-04-1940:13-04-1940:SHIPPING
Norway Fleet: 5: 4:11: 34:149:13-04-1940:17-04-1940:SHIPPING
Norway Fleet: 5: 3:11: 20:148:17-04-1940:21-04-1940:SHIPPING
Expand Down
2 changes: 1 addition & 1 deletion run_raid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ screen_id run_raid_screen(atg_canvas *canvas, game *state)
{
unsigned int he=state->bombers[k].b_hc+state->bombers[k].b_gp;
hi_append(&state->hist, state->now, maketime(state->bombers[k].bt), state->bombers[k].id, false, type, l, he);
double dmg=min(he/(rother*100.0), state->dmg[l]);
double dmg=min(he/(rother*60.0), state->dmg[l]);
cidam+=dmg*(targs[l].berlin?2.0:1.0);
state->dmg[l]-=dmg;
tdm_append(&state->hist, state->now, maketime(state->bombers[k].bt), l, dmg, state->dmg[l]);
Expand Down

0 comments on commit 0e5cd67

Please sign in to comment.