Vore preference fix + Sounds respect wall barriers (#5623)

* various vore QoLs

* removed unused button, added the verb
This commit is contained in:
Poojawa
2018-02-21 00:42:11 -06:00
committed by GitHub
parent a89323182f
commit 8305efd5a1
5 changed files with 36 additions and 32 deletions
+4 -2
View File
@@ -1675,14 +1675,16 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("load")
load_preferences()
load_character()
attempt_vr(parent.prefs_vr,"load_vore","")
if(parent && parent.prefs_vr)
attempt_vr(parent.prefs_vr,"load_vore","")
if("changeslot")
if(!load_character(text2num(href_list["num"])))
random_character()
real_name = random_unique_name(gender)
save_character()
attempt_vr(parent.prefs_vr,"load_vore","")
if(parent && parent.prefs_vr)
attempt_vr(parent.prefs_vr,"load_vore","")
if("tab")
if (href_list["tab"])