From 7429a71bcb7ef4f836bbe0aba08d37a8a3d517ef Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:12:26 -0500 Subject: [PATCH] powder that makes you say yes --- code/game/objects/structures/ghost_pods/event_vr.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index ebb46fce17..47d87415b5 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -75,18 +75,10 @@ while(finalized == "No" && M.client) choice = tgui_input_list(M, "What type of predator do you want to play as?", "Maintpred Choice", possible_mobs) -<<<<<<< HEAD - if(!choice) -// 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) //We probably pushed the cancel button on the mob selection. Let's just put the ghost pod back in the list. to_chat(M, "No mob selected, cancelling.") reset_ghostpod() return ->>>>>>> a694901ce2... Merge pull request #14262 from Very-Soft/damob if(choice) finalized = tgui_alert(M, "Are you sure you want to play as [choice]?","Confirmation",list("No","Yes"))