mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
crossbow:: no time passes when shooting while unstable
This commit is contained in:
@@ -248,6 +248,7 @@ EX void add_fire(cell *c) {
|
||||
pcmove pcm;
|
||||
pcm.checkonly = false;
|
||||
changes.init(false);
|
||||
addMessage(XLAT("Fire!"));
|
||||
bool b = pcm.try_shooting(false);
|
||||
if(!b) changes.rollback();
|
||||
fire_mode = false;
|
||||
|
Reference in New Issue
Block a user