mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user