raze/wadsrc/static/zscript/games/duke/actors/dukestuff
Christoph Oelckers a41ebfeb73 - Duke: fixed the explosion's lighting hackery.
The animatesprites handler in the old code got called on the already animated sprite, meaning it will only activate for the first frame.
To do this right the code had to be moved to applyanimations and be guarded by a flag.
2023-09-10 20:42:26 +02:00
..
blimp.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
breakables.zs - set up proper inheritance for breakables. 2023-04-23 17:18:50 +02:00
effects.zs - Duke: fixed the explosion's lighting hackery. 2023-09-10 20:42:26 +02:00
females.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
fire.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
items.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
player.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
rubbercan.zs - pass the spawner to Initialize as an explicit parameter. 2023-05-19 22:57:26 +02:00
stuff.zs - Duke: WEATHERWARN needs a statnum change on init so that it teleports. 2023-06-07 23:11:43 +02:00