mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
Reptile counters are now reset when fast creatures move over them
This commit is contained in:
@@ -76,6 +76,8 @@ EX void moveEffect(const movei& mi, eMonster m) {
|
||||
cf->wall = waChasm;
|
||||
}
|
||||
|
||||
if(ct->wall == waReptile) ct->wparam = -1;
|
||||
|
||||
if(ct->wall == waArrowTrap && !ignoresPlates(m) && normal_gravity_at(ct))
|
||||
activateArrowTrap(ct);
|
||||
|
||||
|
Reference in New Issue
Block a user