1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

ls:: Galapagos now works and is fun in H/V

This commit is contained in:
Zeno Rogue
2023-09-18 13:02:17 +02:00
parent 2239d72bc8
commit a74cdeeacc
3 changed files with 22 additions and 9 deletions

View File

@@ -1045,7 +1045,7 @@ bool pcmove::attack() {
changes.ccell(c2);
c2->stuntime = 2;
changes.at_commit([c2] {
items[itBabyTortoise] += 4;
items[itBabyTortoise] += (ls::hv_structure() ? 9 : 4);
updateHi(itBabyTortoise, items[itBabyTortoise]);
c2->item = itBabyTortoise;
tortoise::babymap[c2] = tortoise::seekbits;