glass now works
This commit is contained in:
parent
0a8ce142ef
commit
8b9ab03c14
8
powder.c
8
powder.c
@ -1052,11 +1052,11 @@ inline int create_part(int p, int x, int y, int t)
|
|||||||
{
|
{
|
||||||
parts[i].life = 75;
|
parts[i].life = 75;
|
||||||
}
|
}
|
||||||
//Testing
|
/*Testing
|
||||||
/*if(t==PT_WOOD){
|
if(t==PT_WOOD){
|
||||||
parts[i].life = 150;
|
parts[i].life = 150;
|
||||||
}*/
|
}
|
||||||
//End Testing
|
End Testing*/
|
||||||
if(t==PT_FIRE)
|
if(t==PT_FIRE)
|
||||||
parts[i].life = rand()%50+120;
|
parts[i].life = rand()%50+120;
|
||||||
if(t==PT_PLSM)
|
if(t==PT_PLSM)
|
||||||
|
Loading…
Reference in New Issue
Block a user