1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 18:19:43 +00:00

first version of crossbow

This commit is contained in:
Zeno Rogue
2023-10-26 12:26:13 +02:00
parent f8fb7d5950
commit e6a4d987bb
5 changed files with 251 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ EX void reduceOrbPowers() {
whirlwind::calcdirs(cwt.at);
items[itStrongWind] = !items[itOrbAether] && whirlwind::qdirs == 1;
items[itWarning] = 0;
if(items[itCrossbow]) items[itCrossbow]--;
}
eWall orig_wall;