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

ru:: random potion effects

This commit is contained in:
Zeno Rogue
2025-05-23 09:20:49 +02:00
parent 9266d2dea2
commit 8140577a6e
5 changed files with 142 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ void asciiletter(ld minx, ld miny, ld maxx, ld maxy, const string& ch, color_t c
void render_the_map();
void shuffle_all();
void assign_potion_powers();
using revert_stack = vector<reaction_t>;