Cleanup prototype instantiation in ExplosionSystem (#38642)
Cleanup prototype instantiation in ExplosionSystem
This commit is contained in:
@@ -306,10 +306,9 @@ public sealed partial class ExplosionSystem : SharedExplosionSystem
|
||||
return;
|
||||
}
|
||||
|
||||
var boom = new QueuedExplosion()
|
||||
var boom = new QueuedExplosion(type)
|
||||
{
|
||||
Epicenter = epicenter,
|
||||
Proto = type,
|
||||
TotalIntensity = totalIntensity,
|
||||
Slope = slope,
|
||||
MaxTileIntensity = maxTileIntensity,
|
||||
|
||||
Reference in New Issue
Block a user