Skip to content

Commit

Permalink
Fixes #9755 - Crushed can size changed to tiny (#9989)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrueMunchkin committed Jul 31, 2022
1 parent 68caa7f commit 297c855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/food_and_drink/drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
name = "crushed can"
desc = "This can's been totally crushed!"
icon = 'icons/obj/foodNdrink/can.dmi'
w_class = W_CLASS_TINY

proc/crush_can(var/name, var/icon_state)
src.name = "crushed [name]"
Expand Down

0 comments on commit 297c855

Please sign in to comment.