mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +02:00
TPT: Tron wasn't keeping its NODIE flag
This commit is contained in:
@@ -125,7 +125,7 @@ int Element_TRON::update(UPDATE_FUNC_ARGS)
|
||||
|
||||
//set own life and clear .tmp (it dies if it can't move anyway)
|
||||
parts[i].life = parts[i].tmp2;
|
||||
parts[i].tmp &= parts[i].tmp&0xF810;
|
||||
parts[i].tmp &= parts[i].tmp&0xF818;
|
||||
}
|
||||
else // fade tail deco, or prevent tail from dieing
|
||||
{
|
||||
|
Reference in New Issue
Block a user