Skip to content

Commit

Permalink
bruh advertisment unreal
Browse files Browse the repository at this point in the history
  • Loading branch information
whateverusername0 committed Aug 6, 2024
1 parent 4d23529 commit cb8086f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Shared/Damage/Systems/StaminaSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ private void OnCollide(EntityUid uid, StaminaDamageOnCollideComponent component,
if (ev.Cancelled)
return;

// goobstation
var hitEvent = new TakeStaminaDamageEvent((target, stamComp));

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'

Check failure on line 215 in Content.Shared/Damage/Systems/StaminaSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Argument 1: cannot convert from '(Robust.Shared.GameObjects.EntityUid, Content.Shared.Damage.Components.StaminaComponent)' to 'Robust.Shared.GameObjects.EntityUid'
RaiseLocalEvent(target, hitEvent);

Expand Down

0 comments on commit cb8086f

Please sign in to comment.