update LSNS description + default temp
This commit is contained in:
parent
1cb3917fcc
commit
4242e38968
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user