Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prison loaves no longer decompose #4928

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion monkestation/code/modules/loafing/code/loaf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
icon = 'monkestation/code/modules/loafing/icons/obj.dmi'
icon_state = "loaf"
food_reagents = list(/datum/reagent/consumable/nutraslop = 10)
force_feed_on_aggression = TRUE
preserved_food = TRUE

var/loaf_density = 1 //base loaf density
var/can_condense = TRUE //for special loaves, make false
force_feed_on_aggression = TRUE
//vars for high level loafs

var/critical = FALSE
Expand Down
Loading