Skip to content

Commit 3133439

Browse files
committed
drawing tool now actually does enable the cheat mode
1 parent f4f3d6b commit 3133439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

menus.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,12 @@ EX void showCreative() {
344344
dialog::addItem(XLAT("drawing tool"), 'd');
345345
dialog::add_action([] {
346346
dialog::cheat_if_confirmed([] {
347+
cheater++;
347348
mapeditor::drawing_tool = true;
348349
mapeditor::intexture = false;
349350
pushScreen(mapeditor::showDrawEditor);
350351
mapeditor::initdraw(cwt.at);
352+
addMessage(XLAT("You activate your imagination powers!"));
351353
});
352354
});
353355
#endif

0 commit comments

Comments
 (0)