Removes spontaneous vore and reorganizes buttons
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
to_chat(src,"<span class='warning'>You attempted to apply your vore prefs but somehow you're in this character without a client.prefs variable. Tell a dev.</span>")
|
||||
return FALSE
|
||||
ENABLE_BITFIELD(vore_flags,VOREPREF_INIT)
|
||||
COPY_SPECIFIC_BITFIELDS(vore_flags, client.prefs.vore_flags, DIGESTABLE | DEVOURABLE | FEEDING | LICKABLE | SMELLABLE | ABSORBABLE | MOBVORE | SPNTVORE)
|
||||
COPY_SPECIFIC_BITFIELDS(vore_flags, client.prefs.vore_flags, DIGESTABLE | DEVOURABLE | FEEDING | LICKABLE | SMELLABLE | ABSORBABLE | MOBVORE)
|
||||
vore_taste = client.prefs.vore_taste
|
||||
vore_smell = client.prefs.vore_smell
|
||||
|
||||
|
||||
@@ -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