From d96f69c28d358122a4ca6dd77d43f7241645b7f1 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Wed, 13 Apr 2022 23:40:01 -0700 Subject: [PATCH] Fix maint pred cancellation The cancel button and corner X would just randomize the fucker. I fixed it. Now it actually cancels and resets itself. I will eat your face. --- code/game/objects/structures/ghost_pods/event_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index b7ae9a6d5e..b547f91ad4 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -70,7 +70,9 @@ return choice = tgui_input_list(M, "What type of predator do you want to play as?", "Maintpred Choice", possible_mobs) if(!choice) - randomize = TRUE +// randomize = TRUE //CHOMP remove FUCK OFF. When I press cancel I expect to cancel. + used = FALSE //CHOMP add 200 IQ + busy = FALSE //CHOMP add 201 IQ break if(choice)