mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
wandering Jiangshis
This commit is contained in:
parent
838de3150d
commit
798f60c604
@ -520,7 +520,7 @@ void wandering() {
|
||||
else if(c->land == laOvergrown && wchance(items[itMutant], 50))
|
||||
c->monst = moForestTroll;
|
||||
|
||||
else if(c->land == laTerracotta && wchance(items[itTerra], 35))
|
||||
else if(c->land == laTerracotta && wchance(items[itTerra], 40))
|
||||
c->monst = moJiangshi;
|
||||
|
||||
else if(c->land == laCaribbean && wchance(items[itPirate], 30))
|
||||
|
Loading…
Reference in New Issue
Block a user