(Hopefully) unbroke mod this time
This commit is contained in:
parent
a28981aa26
commit
cad79d023b
|
|
@ -37,16 +37,3 @@ elements.Neutronium = {
|
|||
state: "gas",
|
||||
density: 0.045,
|
||||
};
|
||||
eLists.CONDIMENT = ["ketchup","melted_cheese","mayo","mayonnaise","fry_sauce","chocolate_syrup","mustard","honey"];
|
||||
behaviors.CONDIMENT_DESTROYER = [
|
||||
""DL:"+eLists.CONDIMENT"|"DL:"+eLists.CONDIMENT"|"DL:"+eLists.CONDIMENT"",
|
||||
""DL:"+eLists.CONDIMENT" AND M2|XX|"DL:"+eLists.CONDIMENT" AND M2",
|
||||
"DL:"+eLists.CONDIMENT" AND M1|"DL:"+eLists.CONDIMENT" AND M1|"DL:"+eLists.CONDIMENT" AND M1",
|
||||
];
|
||||
elements.Condiment_Destroyer = {
|
||||
color: "ffff00, ff0000",
|
||||
behavior: behaviors.CONDIMENT_DESTROYER
|
||||
category: "liquids",
|
||||
state: "liquid",
|
||||
density: 1000,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue