mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
full reptile screen scheat
This commit is contained in:
parent
498b5b9845
commit
a10da94fe9
@ -3229,6 +3229,8 @@ bool redtrolls(cell *c) {
|
||||
return cd < 32; */
|
||||
}
|
||||
|
||||
bool reptilecheat = false;
|
||||
|
||||
eMonster pickTroll(cell *c) {
|
||||
if(redtrolls(c))
|
||||
return pick(moTroll,moDarkTroll,moRedTroll);
|
||||
@ -3580,7 +3582,9 @@ void setdist(cell *c, int d, cell *from) {
|
||||
}
|
||||
c->wparam = 1 + hrand(reptilemax());
|
||||
}
|
||||
// c->wall = waReptile; c->wparam = 100;
|
||||
if(reptilecheat) {
|
||||
c->wall = waReptile; c->wparam = 100;
|
||||
}
|
||||
}
|
||||
|
||||
if(c->land == laBurial) {
|
||||
|
Loading…
Reference in New Issue
Block a user