mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Vore death privacy pref (#18226)
* Vore death privacy pref Added a vore death privacy pref, which prevents "X has died at Y [jump]" from popping up to ghosts when you die in a belly. * Change formatting * Fixes mistakes * Update code/modules/mob/living/carbon/human/death.dm Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> --------- Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
co-authored by
ShadowLarkens
parent
8928b63e08
commit
88a6f5cdcb
@@ -42,6 +42,7 @@
|
||||
"consume_liquid_belly" = owner.consume_liquid_belly,
|
||||
"digest_pain" = owner.digest_pain,
|
||||
"eating_privacy_global" = owner.eating_privacy_global,
|
||||
"vore_death_privacy" = owner.vore_death_privacy,
|
||||
"allow_mimicry" = owner.allow_mimicry,
|
||||
//Soulcatcher
|
||||
"soulcatcher_allow_capture" = owner.soulcatcher_pref_flags & SOULCATCHER_ALLOW_CAPTURE,
|
||||
|
||||
Reference in New Issue
Block a user