mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
wandering Jiangshis
This commit is contained in:
parent
622b2651c9
commit
838de3150d
@ -520,6 +520,9 @@ void wandering() {
|
||||
else if(c->land == laOvergrown && wchance(items[itMutant], 50))
|
||||
c->monst = moForestTroll;
|
||||
|
||||
else if(c->land == laTerracotta && wchance(items[itTerra], 35))
|
||||
c->monst = moJiangshi;
|
||||
|
||||
else if(c->land == laCaribbean && wchance(items[itPirate], 30))
|
||||
c->monst = moPirate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user