mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Adds tacopacks too
This commit is contained in:
@@ -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"
|
||||
@@ -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 |
Reference in New Issue
Block a user