Removes spontaneous vore and reorganizes buttons
This commit is contained in:
@@ -186,7 +186,6 @@
|
||||
"feeding" = CHECK_BITFIELD(host.vore_flags, FEEDING),
|
||||
"absorbable" = CHECK_BITFIELD(host.vore_flags, ABSORBABLE),
|
||||
"allowmobvore" = CHECK_BITFIELD(host.vore_flags, MOBVORE),
|
||||
"allow_spontaneous_tf" = CHECK_BITFIELD(host.vore_flags, SPNTVORE),
|
||||
"vore_sounds" = CHECK_BITFIELD(host.client.prefs.cit_toggles, EATING_NOISES),
|
||||
"digestion_sounds" = CHECK_BITFIELD(host.client.prefs.cit_toggles, DIGESTION_NOISES),
|
||||
"lickable" = CHECK_BITFIELD(host.vore_flags, LICKABLE),
|
||||
@@ -307,12 +306,6 @@
|
||||
host.vore_smell = new_smell
|
||||
unsaved_changes = TRUE
|
||||
return TRUE
|
||||
if("toggle_allow_spontaneous_tf")
|
||||
TOGGLE_BITFIELD(host.vore_flags, SPNTVORE)
|
||||
if(host.client.prefs)
|
||||
COPY_SPECIFIC_BITFIELDS(host.client.prefs.vore_flags, host.vore_flags, SPNTVORE)
|
||||
unsaved_changes = TRUE
|
||||
return TRUE
|
||||
if("toggle_digest")
|
||||
TOGGLE_BITFIELD(host.vore_flags, DIGESTABLE)
|
||||
if(host.client.prefs)
|
||||
|
||||
Reference in New Issue
Block a user