Skip to content

Commit

Permalink
Merge pull request #226 from dvir001/master
Browse files Browse the repository at this point in the history
Update migration.yml
  • Loading branch information
Cheackraze authored Aug 18, 2023
2 parents 2ae2490 + 512cc93 commit d2a30cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ private void OnDoAfter(EntityUid uid, PoweredLightComponent component, DoAfterEv

private void OnEmpPulse(EntityUid uid, PoweredLightComponent component, ref EmpPulseEvent args)
{
// if (TryDestroyBulb(uid, component)) // Make it so EMP isnt exploding lights
// args.Affected = true; // Make it so EMP isnt exploding lights
// if (TryDestroyBulb(uid, component)) // Make it so EMP isnt exploding lights
// args.Affected = true; // Make it so EMP isnt exploding lights
}
}
}
1 change: 0 additions & 1 deletion Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ BoxMagazineMagnumSubMachineGunPractice: BoxMagazinePistolSubMachineGunPractice
BoxMagazineMagnumSubMachineGunRubber: BoxMagazinePistolSubMachineGunRubber

MagazineMagnumSubMachineGun: MagazinePistolSubMachineGun
MagazineMagnumSubMachineGunHighVelocity: MagazinePistolSubMachineGunHighVelocity
MagazineMagnumSubMachineGunPractice: MagazinePistolSubMachineGunPractice
MagazineMagnumSubMachineGunRubber: MagazinePistolSubMachineGunRubber
WeaponSubMachineGunVector: WeaponSubMachineGunDrozd
Expand Down

0 comments on commit d2a30cb

Please sign in to comment.