Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 committed Jul 20, 2024
1 parent 5f2bb61 commit 2d1c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/RatKing/SharedRatKingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void OnServantShutdown(EntityUid uid, RatKingServantComponent component,
//ss220 rat servant fix begin
private void OnServantDie(EntityUid uid, RatKingServantComponent component, MobStateChangedEvent args)
{
if (args.NewMobState != MobState.Dead && args.OldMobState != MobState.Dead)
if (args.NewMobState != MobState.Dead)
return;

EnsureComp<ItemComponent>(uid);
Expand Down

0 comments on commit 2d1c0d0

Please sign in to comment.