mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Don't hide stickman when energy particles pass through his head
This commit is contained in:
@@ -1802,7 +1802,7 @@ void render_parts(pixel *vid)
|
||||
flx = parts[i].lastX;
|
||||
fly = parts[i].lastY;
|
||||
|
||||
if(photons[ny][nx]&0xFF && !(ptypes[t].properties & TYPE_ENERGY))
|
||||
if(photons[ny][nx]&0xFF && !(ptypes[t].properties & TYPE_ENERGY) && t!=PT_STKM && t!=PT_STKM2 && t!=PT_FIGH)
|
||||
continue;
|
||||
|
||||
//Defaults
|
||||
|
Reference in New Issue
Block a user