mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 06:35:12 +00:00
ru:: some fixes to extra life
This commit is contained in:
@@ -201,9 +201,9 @@ void gen_powers() {
|
||||
else if(!on_fountain)
|
||||
addMessage("For safety, you can only drink " + d.p->get_name() + " at the Magic Fountain.");
|
||||
else {
|
||||
d.p->flags = ACTIVE;
|
||||
fountain_room = current_room; fountain_where = m.where;
|
||||
addMessage("You drink the " + d.p->get_name() + " and you feel that nothing will stop you now!");
|
||||
d.p->flags |= ACTIVE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user