mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
Removed unneeded comments
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
#include "simulation/Elements.h"
|
#include "simulation/Elements.h"
|
||||||
//#TPT-Directive ElementClass Element_POLO PT_POLO 182
|
//#TPT-Directive ElementClass Element_POLO PT_POLO 182
|
||||||
|
|
||||||
/*
|
|
||||||
TODO:
|
|
||||||
- "muted version" a powder created by mixing E182 with ? that is weaker
|
|
||||||
*/
|
|
||||||
|
|
||||||
Element_POLO::Element_POLO()
|
Element_POLO::Element_POLO()
|
||||||
{
|
{
|
||||||
Identifier = "DEFAULT_PT_POLO";
|
Identifier = "DEFAULT_PT_POLO";
|
||||||
@@ -32,7 +26,7 @@ Element_POLO::Element_POLO()
|
|||||||
|
|
||||||
Weight = 90;
|
Weight = 90;
|
||||||
|
|
||||||
Temperature = 388.15f; //Thanks google!
|
Temperature = 388.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Polonium, highly radioactive and deadly to STKM";
|
Description = "Polonium, highly radioactive and deadly to STKM";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user