Skip to content

Commit

Permalink
Prison loaves no longer decompose
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jan 17, 2025
1 parent ba6f719 commit 7ac58e0
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 7ac58e0

Please sign in to comment.