mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
wandering Canyon Hags
This commit is contained in:
parent
26b05d18be
commit
e01d9a86ed
@ -617,6 +617,9 @@ EX void wandering() {
|
||||
else if(c->land == laJungle && wchance(items[itRuby], 40))
|
||||
c->monst = hrand(10) ? moMonkey : moEagle;
|
||||
|
||||
else if(c->land == laCursed && wchance(items[itCursed], 40))
|
||||
c->monst = moHexer;
|
||||
|
||||
else if(c->land == laMirrorOld && wchance(items[itShard], 15))
|
||||
c->monst = hrand(10) ? moRanger : moEagle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user