1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 09:42:59 +00:00

ru:: 'chill time' power

This commit is contained in:
Zeno Rogue
2025-05-14 17:56:20 +02:00
parent 4f0a662e05
commit 0ffb805ce8
5 changed files with 22 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ struct power {
power& while_paused();
power& while_dead();
power& identified_name(string, string);
power& be_wearable(string wear_effect, string remove_effect);
power& be_wearable(string wear_effect, string remove_effect, string worn = " (worn)");
power& be_jewelry(string jtype, string desc);
power& be_potion();
};