mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 08:27:39 +00:00
changes: fixed Orb of Impact
This commit is contained in:
1
orbs.cpp
1
orbs.cpp
@@ -1119,6 +1119,7 @@ EX void apply_impact(cell *c) {
|
|||||||
if(!c1->monst) continue;
|
if(!c1->monst) continue;
|
||||||
if(isMultitile(c1->monst)) continue;
|
if(isMultitile(c1->monst)) continue;
|
||||||
addMessage(XLAT("You stun %the1!", c1->monst));
|
addMessage(XLAT("You stun %the1!", c1->monst));
|
||||||
|
changes.ccell(c1);
|
||||||
c1->stuntime = min(c1->stuntime + 5, 7);
|
c1->stuntime = min(c1->stuntime + 5, 7);
|
||||||
checkStunKill(c1);
|
checkStunKill(c1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user