1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 19:29:59 +00:00

wandering Jiangshis

This commit is contained in:
Zeno Rogue 2017-10-15 01:10:51 +02:00
parent 622b2651c9
commit 838de3150d

View File

@ -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;