Memory tracking shenanigans (#8359)

This commit is contained in:
Cadyn
2024-05-15 16:56:31 +02:00
committed by GitHub
parent 893e51c4b5
commit cf1db3c049
61 changed files with 1327 additions and 587 deletions
@@ -3,7 +3,8 @@
desc = "This could go well with lunch."
icon = 'modular_chomp/icons/obj/drinks.dmi'
icon_state = "snapsbottle"
center_of_mass = list("x"=17, "y"=3)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 3 //CHOMPEdit
/obj/item/weapon/reagent_containers/food/drinks/bottle/snaps/Initialize()
. = ..()
@@ -2,7 +2,8 @@
name = "Death claw Meat"
desc = "A slice from a deathclaw"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 6, "deathblood" = 6)
bitesize = 6
@@ -16,7 +17,8 @@
name = "Dragon Meat"
desc = "A slice from a mighty dragon"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 6, "liquidfire" = 6)
bitesize = 6
@@ -30,7 +32,8 @@
name = "Phoron Dragon Meat"
desc = "A slice from a mighty dragon"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 6, "neoliquidfire" = 6, "phoron" = 3)
bitesize = 6
@@ -45,7 +48,8 @@
name = "Metroid Slice"
desc = "A slice from a metroid"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 3, "liquidlife" = 3)
bitesize = 6
@@ -59,7 +63,8 @@
name = "Solar Ray Meat"
desc = "You aren't sure how ediable this is"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 3, "capsaicin" = 8, "condensedcapsaicin" = 8)
@@ -68,7 +73,8 @@
name = "Eel Meat"
desc = "A slice from an eel"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 3, "shockchem" = 1)
@@ -77,6 +83,7 @@
name = "Gravity Shell Meat"
desc = "A slice from a gravity shell"
icon_state = "meat"
center_of_mass = list("x"=17, "y"=16)
center_of_mass_x = 17 //CHOMPEdit
center_of_mass_y= 16 //CHOMPEdit
nutriment_amt = 3
nutriment_desc = list("protein" = 24)
nutriment_desc = list("protein" = 24)