mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 14:27:37 +00:00
rewritten undo: part 1
This commit is contained in:
@@ -750,6 +750,7 @@ EX namespace yendor {
|
||||
}
|
||||
|
||||
EX void collected(cell* c2) {
|
||||
LATE( collected(c2); )
|
||||
playSound(c2, "tada");
|
||||
items[itOrbShield] += 31;
|
||||
for(int i=0; i<isize(yendor::yi); i++)
|
||||
|
Reference in New Issue
Block a user