state fix

This commit is contained in:
O-01-67 2022-05-24 08:50:19 -04:00 committed by GitHub
parent 19c8c01ae1
commit eeab29fc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,8 @@ elements.invisible_dye = {
tempHigh: 110,
stateHigh: "invisible_dye_gas",
category: "special",
state: "solid",
state: "liquid",
density: 1,
stain: elements.dye.stain,
};
@ -36,6 +37,7 @@ elements.invisible_dye_gas = {
tempLow: 109,
stateLow: "invisible_dye",
category: "special",
state: "solid",
state: "liquid",
density: 1,
stain: elements.spray_paint.stain,
};