mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Chomp-specific
This commit is contained in:
@@ -277,9 +277,9 @@
|
|||||||
|
|
||||||
if("saveprefs")
|
if("saveprefs")
|
||||||
if(!host.save_vore_prefs())
|
if(!host.save_vore_prefs())
|
||||||
alert("ERROR: Virgo-specific preferences failed to save!","Error")
|
alert("ERROR: Chomp-specific preferences failed to save!","Error")
|
||||||
else
|
else
|
||||||
to_chat(usr, "<span class='notice'>Virgo-specific preferences saved!</span>")
|
to_chat(usr, "<span class='notice'>Chomp-specific preferences saved!</span>")
|
||||||
unsaved_changes = FALSE
|
unsaved_changes = FALSE
|
||||||
return TRUE
|
return TRUE
|
||||||
if("reloadprefs")
|
if("reloadprefs")
|
||||||
@@ -287,9 +287,9 @@
|
|||||||
if(alert != "Reload")
|
if(alert != "Reload")
|
||||||
return FALSE
|
return FALSE
|
||||||
if(!host.apply_vore_prefs())
|
if(!host.apply_vore_prefs())
|
||||||
alert("ERROR: Virgo-specific preferences failed to apply!","Error")
|
alert("ERROR: Chomp-specific preferences failed to apply!","Error")
|
||||||
else
|
else
|
||||||
to_chat(usr,"<span class='notice'>Virgo-specific preferences applied from active slot!</span>")
|
to_chat(usr,"<span class='notice'>Chomp-specific preferences applied from active slot!</span>")
|
||||||
unsaved_changes = FALSE
|
unsaved_changes = FALSE
|
||||||
return TRUE
|
return TRUE
|
||||||
if("setflavor")
|
if("setflavor")
|
||||||
|
|||||||
Reference in New Issue
Block a user