mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[MIRROR] Food Synthesizers (#12885)
Co-authored-by: Poojawa <Poojawa@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Poojawa
Kashargul
parent
3d332058f5
commit
725fac5bb3
@@ -7,3 +7,14 @@
|
||||
|
||||
/datum/preference/toggle/human/ignore_shoes/apply_to_human(mob/living/carbon/human/target, value)
|
||||
return
|
||||
|
||||
// Whether mob can be printed as a snack. requires body scan. Default false.
|
||||
/datum/preference/toggle/living/foodsynth_cookies
|
||||
category = PREFERENCE_CATEGORY_MANUALLY_RENDERED
|
||||
savefile_key = "vore_fsynth_cookie"
|
||||
default_value = FALSE
|
||||
savefile_identifier = PREFERENCE_CHARACTER
|
||||
can_randomize = FALSE
|
||||
|
||||
/datum/preference/toggle/living/foodsynth_cookies/apply_to_living(mob/living/target, value)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user