From f6deb8f073c2bf3f5d70f26f8a41dd00399a9c56 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 23 Aug 2025 16:58:55 +0200 Subject: [PATCH] ru:: teleport cheat now brings you to life and max HP --- rogueviz/ru/ru.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/ru/ru.cpp b/rogueviz/ru/ru.cpp index be07f73e..b5edde76 100644 --- a/rogueviz/ru/ru.cpp +++ b/rogueviz/ru/ru.cpp @@ -93,7 +93,7 @@ void editmap_frame() { dialog::display(); }); if(keypressed('f')) floodfill_pick(mousepx / block_x, mousepy / block_y); - if(keypressed('t')) { m.where = xy(mousepx, mousepy); m.vel = xy(0, 0); current_room->edited = true; } + if(keypressed('t')) { m.where = xy(mousepx, mousepy); m.vel = xy(0, 0); current_room->edited = true; m.existing = true; m.hp = m.max_hp(); } } /* new w, velocity multiplier, neighbor id */