mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
Tyr Misc Changes (#11245)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
|
||||
//ant meats
|
||||
/obj/item/reagent_containers/food/snacks/copperant
|
||||
/obj/item/reagent_containers/food/snacks/tyrant
|
||||
name = "Bronze Ant Slice"
|
||||
desc = "A slice from a ant"
|
||||
icon_state = "meat"
|
||||
@@ -105,6 +105,21 @@
|
||||
reagents.add_reagent(REAGENT_ID_PROTEIN, 3)
|
||||
reagents.add_reagent(REAGENT_ID_SHOCKCHEM, 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/copperant
|
||||
name = "Copper Ant Slice"
|
||||
desc = "A slice from a ant"
|
||||
icon_state = "meat"
|
||||
center_of_mass_x = 17 //CHOMPEdit
|
||||
center_of_mass_y= 16 //CHOMPEdit
|
||||
nutriment_amt = 3
|
||||
nutriment_desc = list(REAGENT_ID_PROTEIN = 3, REAGENT_ID_SHOCKCHEM = 3)
|
||||
bitesize = 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/copperant/Initialize(mapload)
|
||||
. = ..()
|
||||
reagents.add_reagent(REAGENT_ID_PROTEIN, 3)
|
||||
reagents.add_reagent(REAGENT_ID_SHOCKCHEM, 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/painiteant
|
||||
name = "Painite Ant Slice"
|
||||
desc = "A slice from a ant"
|
||||
@@ -137,7 +152,7 @@
|
||||
reagents.add_reagent(REAGENT_ID_LIQUIDFIRE, 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/quartzant
|
||||
name = "Bronze Ant Slice"
|
||||
name = "Quartz Ant Slice"
|
||||
desc = "A slice from a ant"
|
||||
icon_state = "meat"
|
||||
center_of_mass_x = 17 //CHOMPEdit
|
||||
@@ -152,7 +167,7 @@
|
||||
reagents.add_reagent(REAGENT_ID_DEATHBLOOD, 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/agateant
|
||||
name = "Bronze Ant Slice"
|
||||
name = "Agate Ant Slice"
|
||||
desc = "A slice from a ant"
|
||||
icon_state = "meat"
|
||||
center_of_mass_x = 17 //CHOMPEdit
|
||||
|
||||
Reference in New Issue
Block a user