Skip to content

Commit

Permalink
Merge pull request #24 from jakobharder/devel/93-fix-rifle
Browse files Browse the repository at this point in the history
fix rifle unloading to non-existing rifle 1 (1993)
  • Loading branch information
jakobharder committed Feb 18, 2024
2 parents 1110da4 + b67a245 commit d17605e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Burntime is a remaster and expansion of Max Design's PC strategy game 'Burntime'

Download it from [Releases](https://github.com/jakobharder/burntime/releases).

## Changes

See [Changelog.md](./resources/Changelog.md).

## Features

The game is a complete port of the original game to Windows with some adjustments and an extended game mode.
Expand Down Expand Up @@ -98,15 +102,11 @@ Enemies are more aggressive.

You can also mark the `Launcher` as start-up project to change settings and debug that part.

## Changes

See [Changelog.md](./resources/Changelog.md)

## Credits

This project is not affiliated in any way with Max Design and/or the original creators.
The original game, graphics and other assets are the property of Max Design and their original creators.

Thank you Martin Lasser for allowing non-commercial community remake efforts to use the original graphics!
A big thanks to Martin Lasser and Hannes Seifert for allowing this community remake effort to use the original graphics and music!

See full [list of contributors](./resources/README.md#notes)
4 changes: 4 additions & 0 deletions resources/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.9 - Balancing and some graphics remaster (2023-11-05)

### 0.9.1

- Fixed non-existing rifle_1 showing in 1993 mode

### Changes

- Increase trader, dog and mutant health and damage on higher difficulties
Expand Down
4 changes: 2 additions & 2 deletions resources/game/classic/items_original.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ damage=38
class=weapon nodrop
burngfx=13
damage=55
empty=item_loaded_rifle_1
ammo=1
empty=item_unloaded_rifle
ammo=2

[item_unloaded_rifle]
class=weapon nodrop
Expand Down

0 comments on commit d17605e

Please sign in to comment.