mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 14:41:29 +02:00
update LSNS description + default temp
This commit is contained in:
@@ -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