trash items

This commit is contained in:
Ketrai
2019-05-31 17:41:23 +02:00
parent a9e139e152
commit ba79dc55d1
3 changed files with 10 additions and 1 deletions
+7
View File
@@ -35,3 +35,10 @@
name = "dirty fancy plate"
icon = 'icons/obj/trash_vr.dmi'
icon_state = "fancyplate"
/obj/item/trash/monkfishremains
name = "monkfish remains"
icon = 'icons/obj/trash_vr.dmi'
icon_state = "monkfishremains"
desc = "the work of a madman."
w_class = ITEMSIZE_LARGE
+3 -1
View File
@@ -301,6 +301,8 @@
..()
bitesize = 5
reagents.add_reagent("protein", 20)
reagents.add_reagent("tricordrazine", 5)
reagents.add_reagent("iron", 5)
/obj/item/weapon/reagent_containers/food/snacks/cuttlefish
name = "raw cuttlefish"
@@ -338,7 +340,7 @@
/obj/item/weapon/reagent_containers/food/snacks/monkfishraw/Initialize()
..()
bitesize = 0.5
bitesize = 1.5
/obj/item/weapon/reagent_containers/food/snacks/monkfishfillet
name = "monkfish fillet"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 906 B