From bfa6b3bc3d8005fb2d511dc6d306e268b520b802 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sun, 13 Aug 2023 07:16:25 +0000 Subject: [PATCH] Light laser (#18950) * Light laser * Migration --- Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml | 2 +- .../Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml | 2 +- Resources/migration.yml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) 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