Made it so that radioactive liquid doesn't act like powder.

This commit is contained in:
StellarX20 2022-01-18 17:26:36 -05:00 committed by GitHub
parent 115f9e6b26
commit 0d119cc8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -269,8 +269,8 @@ temp: 11000
};
behaviors.RADIOACTIVE_LIQUID = [
"XX|CR:neutron%0.01|XX",
"CR:neutron%0.01|DL%0.01|CR:neutron%0.01",
"M1|CR:neutron%0.01|M1",
"CR:neutron%0.01 AND M2|DL%0.01|CR:neutron%0.01 AND M2",
"M1|CR:neutron%0.01 AND M1|M1",
];
elements.liquid_tritium = {
color: "#87ada7",