diff options
| author | troido <troido@protonmail.com> | 2020-02-23 22:12:21 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-23 22:12:21 +0100 |
| commit | f422238d7aaae0ff1b2d560a71a99b0a881ad338 (patch) | |
| tree | c335cb8eee47d34953f7d4cd96c195958d223202 /src/playerstate.rs | |
| parent | 613952f918b8d72a3e397dc46be309b2320c6ad0 (diff) | |
players can get damage from traps
Diffstat (limited to 'src/playerstate.rs')
| -rw-r--r-- | src/playerstate.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerstate.rs b/src/playerstate.rs index 694ce60..6e41623 100644 --- a/src/playerstate.rs +++ b/src/playerstate.rs @@ -41,8 +41,8 @@ impl PlayerState { pos: RoomPos::Unknown, inventory: Vec::new(), inventory_capacity: 10, - health: 9, - maximum_health: 10 + health: 25, + maximum_health: 50 } } |
