mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Minor Tweaks & Changes (#17847)
* Don't preview paint bucket, it's confusing * Add a max alpha preference to force belly overlays to be transparent * Make UI better
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
"soulcatcher_allow_capture" = owner.soulcatcher_pref_flags & SOULCATCHER_ALLOW_CAPTURE,
|
||||
"soulcatcher_allow_transfer" = owner.soulcatcher_pref_flags & SOULCATCHER_ALLOW_TRANSFER,
|
||||
"soulcatcher_allow_takeover" = owner.soulcatcher_pref_flags & SOULCATCHER_ALLOW_TAKEOVER,
|
||||
"soulcatcher_allow_deletion" = (global_flag_check(owner.soulcatcher_pref_flags, SOULCATCHER_ALLOW_DELETION) + global_flag_check(owner.soulcatcher_pref_flags, SOULCATCHER_ALLOW_DELETION_INSTANT))
|
||||
"soulcatcher_allow_deletion" = (global_flag_check(owner.soulcatcher_pref_flags, SOULCATCHER_ALLOW_DELETION) + global_flag_check(owner.soulcatcher_pref_flags, SOULCATCHER_ALLOW_DELETION_INSTANT)),
|
||||
"max_voreoverlay_alpha" = owner.max_voreoverlay_alpha,
|
||||
)
|
||||
|
||||
#define SET_TASTE "Set Taste"
|
||||
|
||||
Reference in New Issue
Block a user