mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
make sure ELEC dies in ELEC+NEUT reaction
This commit is contained in:
@@ -96,6 +96,7 @@ int Element_ELEC::update(UPDATE_FUNC_ARGS)
|
||||
sim->part_change_type(r>>8, x+rx, y+ry, PT_H2);
|
||||
parts[r>>8].life = 0;
|
||||
parts[r>>8].ctype = 0;
|
||||
sim->kill_part(i);
|
||||
break;
|
||||
case PT_DEUT:
|
||||
if(parts[r>>8].life < 6000)
|
||||
|
Reference in New Issue
Block a user