ONE MORE AAAAAAAAA

This commit is contained in:
VerySoft
2022-12-28 19:27:37 -05:00
parent 115340158c
commit 3d68829188
@@ -70,6 +70,10 @@
if(choice)
finalized = tgui_alert(M, "Are you sure you want to play as [choice]?","Confirmation",list("No","Yes"))
if(!choice) //If somehow we ended up here and we don't have a choice, let's just reset things!
reset_ghostpod()
return
var/mobtype = possible_mobs[choice]
var/mob/living/simple_mob/newPred = new mobtype(get_turf(src))
qdel(newPred.ai_holder)