Christoph Oelckers
663bc0f18b
fixed enemy spawning when killing the female NPCs.
2024-01-04 17:12:26 +01:00
Christoph Oelckers
1299a373de
Duke: Fixed statnum for the geisha statues.
2023-12-17 13:11:57 +01:00
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
Christoph Oelckers
b9eced0d11
- fix animate for some explosion FX.
2023-09-10 19:56:35 +02:00
Christoph Oelckers
5ac05971d2
- Duke: WEATHERWARN needs a statnum change on init so that it teleports.
2023-06-07 23:11:43 +02:00
Christoph Oelckers
513de38723
- pass the spawner to Initialize as an explicit parameter.
...
Using ownerActor is not robust, for some actors this will have unwanted side effects.
2023-05-19 22:57:26 +02:00
Christoph Oelckers
1c7ca7b63a
- moved all indirect precaching info to external definition files.
2023-04-23 17:43:22 +02:00
Christoph Oelckers
84b372f35a
- moved Duke's miscellaneous stuff to a subfolder.
2023-04-23 17:22:40 +02:00
Christoph Oelckers
486745a4e1
- set up proper inheritance for breakables.
2023-04-23 17:18:50 +02:00
Christoph Oelckers
700e0ce1eb
- actor reordering
2023-04-23 17:10:56 +02:00
Christoph Oelckers
0b584ee058
moved all the breakables so the subfolder.
2023-04-23 16:50:36 +02:00
Christoph Oelckers
867dd76902
- gave the blimp its own source file
2023-04-23 16:43:07 +02:00