ReactiveDrop / reactivedrop_public_src

Alien Swarm: Reactive Drop game source code and issue tracker.
https://reactivedrop.com
105 stars 35 forks source link

director spawned alien in a spawner #551

Open jhh8 opened 1 year ago

jhh8 commented 1 year ago

aliens which spawn from the director in a spawner which has "allow director to spawn aliens" set to true will not be assigned the keyvalues like flammable, freezable etc

BenLubar commented 1 year ago

They should be getting the director values, not the spawner values.

Director-enabled spawners are just for positioning and animations.

jhh8 commented 1 year ago

Maybe a flag or something for director spawned aliens to inherit spawner defined keyvalues but sounds like a coding nightmare to tie the flag to that so maybe whatever