1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

ru:: axe weapon

This commit is contained in:
Zeno Rogue
2025-07-31 18:40:51 +02:00
parent 283ceab505
commit 8844b3ba47
6 changed files with 87 additions and 49 deletions

View File

@@ -133,7 +133,7 @@ void stat_screen(bool editable) {
cmode = mode::playing;
switch(m.profession) {
case stat::str:
find_power("dagger").gain(1, 1); // no axe yet
find_power("axe").gain(1, 1);
break;
case stat::con:
find_power("polymorph").gain(1, 1).flags |= IDENTIFIED | PARTIAL;