Adds tacopacks too

This commit is contained in:
Heroman
2023-05-01 10:38:54 +10:00
parent ffa7b9d3d9
commit 32e5b31259
4 changed files with 18 additions and 1 deletions
+6 -1
View File
@@ -90,4 +90,9 @@
icon_state = "altevian_pack_ramen_trans-trash"
/obj/item/trash/ratpackramen/ace
icon_state = "altevian_pack_ramen_ace-trash"
icon_state = "altevian_pack_ramen_ace-trash"
/obj/item/trash/ratpacktaco
name = "\improper Prepackaged Meal Tray"
icon = 'icons/obj/trash_vr.dmi'
icon_state = "altevian_pack_taco-trash"
+12
View File
@@ -901,3 +901,15 @@
package_open_state = "altevian_pack_ramen_[bowl_color]-open"
package_opening_state = "altevian_pack_ramen_[bowl_color]-opening"
trash = text2path("/obj/item/trash/ratpackramen/[bowl_color]")
/obj/item/weapon/reagent_containers/food/snacks/ratpacktaco
name = "Triple Taco Tuck"
desc = "Three mini-tacos, minituarized further via altevian mad science into a convenient container. It comes with a salsa sauce!"
icon = 'icons/obj/food_vr.dmi'
icon_state = "altevian_pack_taco"
package_open_state = "altevian_pack_taco-open"
package_opening_state = "altevian_pack_taco-opening"
package = TRUE
trash = /obj/item/trash/ratpacktaco
nutriment_amt = 2
nutriment_desc = list("salsa sauce" = 2, "meat chunks" = 4, "cheese" = 3)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB