CHEM DISPENSER HOTFIX [HOTFIX] (#17157)

* fixes reagents

* hotfix
This commit is contained in:
Cameron Lennox
2025-02-15 16:51:25 -05:00
committed by GitHub
parent 2e83d07efb
commit f423f81e42
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@
var/datum/reagent/D = new path()
if(!D.name)
continue
if(D.name == REAGENT_DEVELOPER_WARNING) //We remove reagents that don't have a name from being put in the list.
continue
SSchemistry.chemical_reagents[D.id] = D
/datum/reagents/Destroy()
@@ -3102,6 +3102,7 @@
//Base type for alchoholic drinks containing coffee
/datum/reagent/ethanol/coffee
name = REAGENT_DEVELOPER_WARNING
id = REAGENT_ID_DEVELOPER_WARNING
overdose = 45
allergen_type = ALLERGEN_COFFEE|ALLERGEN_STIMULANT //Contains coffee or is made from coffee
@@ -3359,6 +3360,7 @@
/datum/reagent/ethanol/wine
name = REAGENT_DEVELOPER_WARNING // Unit test ignore
id = REAGENT_ID_DEVELOPER_WARNING
/datum/reagent/ethanol/wine/champagne
name = REAGENT_CHAMPAGNE