mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
Ivies transmit Plague
This commit is contained in:
parent
2b3091540e
commit
a8b53352d8
@ -907,7 +907,7 @@ bool pcmove::attack() {
|
||||
changes.ccell(c2);
|
||||
// salamanders are stunned for longer time when pushed into a wall
|
||||
if(c2->monst == moSalamander && (mip.t == c2 || !mip.t)) c2->stuntime = 10;
|
||||
if(!c2->monst) {
|
||||
if(!c2->monst || isAnyIvy(m)) {
|
||||
spread_plague(cwt.at, c2, mi.d, moPlayer);
|
||||
produceGhost(c2, m, moPlayer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user