Skip to content

Commit

Permalink
each day god tests my sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
polygoblyn committed Sep 25, 2023
1 parent 48f1862 commit 023b91d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monkestation/code/modules/loafing/code/loaf.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/food/prison_loaf
name = "prison loaf"
desc = "A barely edible brick of nutrients, designed as a low-cost solution to malnourishment."
icon = 'monkestation/code/modules/loafing/icon/obj.dmi'
icon = 'monkestation/code/modules/loafing/icons/obj.dmi'
icon_state = "loaf"
var/loaf_density = 1 //base loaf density
var/can_condense = TRUE //for special loaves, make false
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/loafing/code/loafer.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/structure/disposalpipe/loafer
name = "loafing device"
desc = "A prisoner feeding device that condenses matter into an Ultra Delicious(tm) nutrition bar!"
icon = 'monkestation/code/modules/loafing/icon/obj.dmi'
icon = 'monkestation/code/modules/loafing/icons/obj.dmi'
icon_state = "loafer"
var/is_loafing = FALSE

Expand Down
Binary file added monkestation/code/modules/loafing/icons/obj.dmi
Binary file not shown.

0 comments on commit 023b91d

Please sign in to comment.