parent
284e653aa5
commit
d0f1024f95
@ -141,6 +141,10 @@ int Element_NEUT::update(UPDATE_FUNC_ARGS)
|
||||
if (!(rand()%20))
|
||||
sim->create_part(r>>8, x+rx, y+ry, PT_WOOD);
|
||||
break;
|
||||
case PT_BCOL:
|
||||
if (!(rand()%20))
|
||||
sim->create_part(r>>8, x+rx, y+ry, PT_SAWD);
|
||||
break;
|
||||
case PT_DUST:
|
||||
if (!(rand()%20))
|
||||
sim->part_change_type(r>>8, x+rx, y+ry, PT_FWRK);
|
||||
|
@ -26,11 +26,11 @@ Element_SAWD::Element_SAWD()
|
||||
|
||||
Weight = 18;
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
Temperature = R_TEMP+273.15f;
|
||||
HeatConduct = 70;
|
||||
Description = "Sawdust. Floats on water.";
|
||||
|
||||
Properties = TYPE_PART;
|
||||
Properties = TYPE_PART | PROP_NEUTPASS;
|
||||
|
||||
LowPressure = IPL;
|
||||
LowPressureTransition = NT;
|
||||
|
Loading…
Reference in New Issue
Block a user