mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixing some errors (#7039)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
nutriment_desc = list("protein" = 6, "liquidfire" = 6)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/deathclawmeat/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dragonmeat/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
reagents.add_reagent("liquidfire", 6)
|
||||
@@ -35,7 +35,7 @@
|
||||
nutriment_desc = list("protein" = 6, "neoliquidfire" = 6, "phoron" = 3)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/deathclawmeat/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/phorondragonmeat/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
reagents.add_reagent("neoliquidfire", 6)
|
||||
@@ -50,7 +50,7 @@
|
||||
nutriment_desc = list("protein" = 3, "liquidlife" = 3)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/deathclawmeat/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/metroidmeat/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 3)
|
||||
reagents.add_reagent("liquidlife", 3)
|
||||
@@ -108,7 +108,7 @@
|
||||
name = "curea"
|
||||
id = "curea"
|
||||
result = "curea"
|
||||
required_reagents = list("anti_toxin" = 1, "adranol" = 1, "inaprovaline" = 1, "carbon" = 1)
|
||||
required_reagents = list("spaceacillin" = 1, "adranol" = 1, "inaprovaline" = 1, "iron" = 1)
|
||||
result_amount = 4
|
||||
|
||||
//tier 3
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
|
||||
/datum/reagent/phoenixbreath
|
||||
name = "Phoenix Breath"
|
||||
id = "phoneixbreath"
|
||||
id = "phoenixbreath"
|
||||
description = "An improvement on the original soul dew chemical"
|
||||
taste_description = "ash"
|
||||
reagent_state = LIQUID
|
||||
|
||||
Reference in New Issue
Block a user