diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml b/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml index 18841f1867..633a4ff3ca 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml @@ -44,7 +44,7 @@ tags: - FootstepSound - type: HitscanBatteryAmmoProvider - proto: RedMediumLaserWeak + proto: RedLightLaser fireCost: 50 - type: BatterySelfRecharger autoRecharge: true diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml index e29a4e64ba..cb4e813943 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml @@ -62,7 +62,7 @@ state: impact_laser - type: hitscan - id: RedMediumLaserWeak + id: RedLightLaser damage: types: Heat: 7 diff --git a/Resources/migration.yml b/Resources/migration.yml index 4d2ded4a8a..bb7663c304 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -163,4 +163,6 @@ MountainRockMining: AsteroidRockMining WindowTintedDirectional: WindowFrostedDirectional # 2023-08-10 -SyringeSpaceacillin: null \ No newline at end of file +RedMediumLaserWeak: RedLightLaser + +SyringeSpaceacillin: null