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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user