1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

added the cases for the new features

This commit is contained in:
Zeno Rogue
2017-10-08 14:02:03 +02:00
parent 2ca03ededf
commit 081d24edd7
6 changed files with 74 additions and 11 deletions

View File

@@ -1575,3 +1575,6 @@ extern int hardness_empty();
extern eWall getElementalWall(eLand l);
void gainItem(eItem it);
void destroyTrapsOn(cell *c);
void destroyTrapsAround(cell *c);