mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Adds new preference for vore privacy
* Adds a "global" pref to set default belly privacy behaviour * "global" pref shows up with prefs like "devourable" * Adds per-belly pref that, if changed from "default", overrides "global" pref * per-belly pref in "options" of belly, same column as "save digestion" * Global options: True/False (subtle/loud) * Per-belly options: "default", "subtle", "loud" * Governs attempting to ingest * Governs successful ingestion * Governs expelling one/all contents * does NOT work for slipvore * Ingestion only works for /mob/living * Expulsion also works for objects * Expulsion also has its volume lowered * Involves touching TGUI
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
selective_preference = client.prefs_vr.selective_preference
|
||||
appendage_color = client.prefs_vr.appendage_color
|
||||
appendage_alt_setting = client.prefs_vr.appendage_alt_setting
|
||||
eating_privacy_global = client.prefs_vr.eating_privacy_global
|
||||
|
||||
drop_vore = client.prefs_vr.drop_vore
|
||||
stumble_vore = client.prefs_vr.stumble_vore
|
||||
|
||||
Reference in New Issue
Block a user