Minor fix to miss-house-message
This commit is contained in:
parent
cfaf2e9970
commit
087d3213a6
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ impl World {
|
|||
if self.rate_multiplier < 1f32 {
|
||||
self.rate_multiplier = 1f32;
|
||||
}
|
||||
self.status_text = Some(("Slow down!", 80));
|
||||
self.status_text = Some(("Miss!\nSlow down!", 80));
|
||||
}
|
||||
self.building.take();
|
||||
self.is_in_range = false;
|
||||
|
|
Loading…
Reference in a new issue