Merge pull request #3432 from CHOMPStation2/upstream-merge-11820

[MIRROR] Adds vorepanel save doublecheck for non-slot chars
This commit is contained in:
Nadyr
2021-12-12 04:06:01 -05:00
committed by GitHub
+1 -1
View File
@@ -381,7 +381,7 @@
return set_attr(usr, params)
if("saveprefs")
if(host.real_name != host.client.prefs.real_name || !ishuman(host) && !issilicon(host))
if(host.real_name != host.client.prefs.real_name || (!ishuman(host) && !issilicon(host)))
var/choice = tgui_alert(usr, "Warning: Saving your vore panel while playing what is very-likely not your normal character will overwrite whatever character you have loaded in character setup. Maybe this is your 'playing a simple mob' slot, though. Are you SURE you want to overwrite your current slot with these vore bellies?", "WARNING!", list("No, abort!", "Yes, save."))
if(choice != "Yes, save.")
return TRUE