Skip to content

Commit

Permalink
Runtime fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 20, 2024
1 parent 50c6ef8 commit 70053b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modular_ss220/food/code/food/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@
M.say(soup_talk)
if(prob(33))
M.emote("fart")
return ..()

/obj/item/trash/pan
name = "дырявая сковорода"
Expand Down
2 changes: 0 additions & 2 deletions modular_ss220/food/code/food/nails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
user.vomit(lost_nutrition = 0, blood = 15, should_confuse = FALSE)
user.emote("scream")

return ..()

/datum/food_processor_process/nails
input = /obj/item/stack/rods
output = /obj/item/nails
Expand Down

0 comments on commit 70053b0

Please sign in to comment.