update LSNS description + default temp

This commit is contained in:
jacob1
2017-06-04 21:56:12 -04:00
parent 1cb3917fcc
commit 4242e38968

View File

@@ -26,9 +26,9 @@ Element_LSNS::Element_LSNS()
Weight = 100;
Temperature = R_TEMP+0.0f +273.15f;
Temperature = 4.0f + 273.15f;
HeatConduct = 0;
Description = "Life sensor. Creates a spark when the life is higher than the temp.";
Description = "Life sensor, creates a spark when there's a nearby particle with a life higher than its temperature.";
Properties = TYPE_SOLID;