Aspect fix (#411)
* Aspect fixes * Update NonPeacefulRoundItems * Add PresentAspect * Fix * Fix late join * Change color
This commit is contained in:
@@ -228,7 +228,7 @@ namespace Content.Shared.Damage
|
||||
DamageChanged(uid, component, new DamageSpecifier());
|
||||
}
|
||||
|
||||
public void SetDamageModifierSetId(EntityUid uid, string damageModifierSetId, DamageableComponent? comp = null)
|
||||
public void SetDamageModifierSetId(EntityUid uid, string? damageModifierSetId, DamageableComponent? comp = null) // WD EDIT
|
||||
{
|
||||
if (!_damageableQuery.Resolve(uid, ref comp))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user