[MIRROR] Makes the code OpenDream compileable (#10227)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-26 12:41:57 -07:00
committed by GitHub
parent d452166d0a
commit 25c1ec5287
8 changed files with 54 additions and 35 deletions

View File

@@ -1,17 +1,38 @@
/obj/item/reagent_containers/chem_disp_cartridge
//Xenoflora
ammonia spawn_reagent = REAGENT_ID_AMMONIA
diethylamine spawn_reagent = REAGENT_ID_DIETHYLAMINE
plantbgone spawn_reagent = REAGENT_ID_PLANTBGONE
mutagen spawn_reagent = REAGENT_ID_MUTAGEN
//Xenoflora
//Biochem
nutriment spawn_reagent = REAGENT_ID_NUTRIMENT
protein spawn_reagent = REAGENT_ID_PROTEIN
/obj/item/reagent_containers/chem_disp_cartridge/ammonia
spawn_reagent = REAGENT_ID_AMMONIA
//Special Ops
biomass spawn_reagent = REAGENT_ID_BIOMASS
carthatoline spawn_reagent = REAGENT_ID_CARTHATOLINE
corophizine spawn_reagent = REAGENT_ID_COROPHIZINE
myelamine spawn_reagent = REAGENT_ID_MYELAMINE
osteodaxon spawn_reagent = REAGENT_ID_OSTEODAXON
/obj/item/reagent_containers/chem_disp_cartridge/diethylamine
spawn_reagent = REAGENT_ID_DIETHYLAMINE
/obj/item/reagent_containers/chem_disp_cartridge/plantbgone
spawn_reagent = REAGENT_ID_PLANTBGONE
/obj/item/reagent_containers/chem_disp_cartridge/mutagen
spawn_reagent = REAGENT_ID_MUTAGEN
//Biochem
/obj/item/reagent_containers/chem_disp_cartridge/nutriment
spawn_reagent = REAGENT_ID_NUTRIMENT
/obj/item/reagent_containers/chem_disp_cartridge/protein
spawn_reagent = REAGENT_ID_PROTEIN
//Special Ops
/obj/item/reagent_containers/chem_disp_cartridge/biomass
spawn_reagent = REAGENT_ID_BIOMASS
/obj/item/reagent_containers/chem_disp_cartridge/carthatoline
spawn_reagent = REAGENT_ID_CARTHATOLINE
/obj/item/reagent_containers/chem_disp_cartridge/corophizine
spawn_reagent = REAGENT_ID_COROPHIZINE
/obj/item/reagent_containers/chem_disp_cartridge/myelamine
spawn_reagent = REAGENT_ID_MYELAMINE
/obj/item/reagent_containers/chem_disp_cartridge/osteodaxon
spawn_reagent = REAGENT_ID_OSTEODAXON