This commit is contained in:
Leon Friedrich
2021-10-02 11:47:52 +10:00
committed by GitHub
parent 6c4a15e196
commit 4d7a1f8092

View File

@@ -86,7 +86,7 @@ namespace Content.Shared.Damage
// Radiation should really just be a damage group instead of a list of types. // Radiation should really just be a damage group instead of a list of types.
DamageSpecifier damage = new(); DamageSpecifier damage = new();
foreach (var typeID in ExplosionDamageTypeIDs) foreach (var typeID in RadiationDamageTypeIDs)
{ {
damage.DamageDict.Add(typeID, damageValue); damage.DamageDict.Add(typeID, damageValue);
} }