diff options
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 } } |
