Closing mind transfer popup does not transfer your mind anymore (#85119)

## About The Pull Request

Closes #85116

## Changelog
🆑
fix: Closing mind transfer popup does not transfer your mind anymore
/🆑
This commit is contained in:
SmArtKar
2024-07-21 01:30:08 +02:00
committed by GitHub
parent be108cbb57
commit 0516c95ecf
@@ -799,7 +799,7 @@
user.do_attack_animation(interacting_with)
prompted = 1
if(tgui_alert(usr,"This will permanently transfer your consciousness to [switchy_mob]. Are you sure you want to do this?",,list("Yes","No")) == "No")
if(tgui_alert(usr,"This will permanently transfer your consciousness to [switchy_mob]. Are you sure you want to do this?",,list("Yes","No")) != "Yes")
prompted = 0
return ITEM_INTERACT_BLOCKING