mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user