mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 22:20:11 +02:00
Make tron follow TRON_NOGROW , thought that was in there.... (github edit because cate is annoying me)
This commit is contained in:
@@ -47,7 +47,8 @@ int new_tronhead(int x, int y, int i, int direction)
|
||||
return -1;
|
||||
if (parts[i].life >= 100) // increase tail length
|
||||
{
|
||||
parts[i].tmp2++;
|
||||
if (!(parts[i].tmp&TRON_NOGROW))
|
||||
parts[i].tmp2++;
|
||||
parts[i].life = 5;
|
||||
}
|
||||
//give new head our properties
|
||||
|
Reference in New Issue
Block a user