]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Removed the heat damage from disablers and disabler SMGs (#35834)
authorGaussiArson <193122004+GaussiArson@users.noreply.github.com>
Thu, 20 Mar 2025 01:50:18 +0000 (21:50 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 01:50:18 +0000 (18:50 -0700)
removed the heat damage from disablers and disabler SMGs

Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml

index d71e40aa14ecec14994337cb93c0dea98a23aa9f..57987b10869195daa767750b9a60654dbc0e0c59 100644 (file)
@@ -16,7 +16,7 @@
     tags:
       - HideContextMenu
   - type: AnimationPlayer
-  
+
 - type: entity
   parent: MuzzleFlashEffect
   id: MuzzleFlashEffectOmnilaser
@@ -30,7 +30,7 @@
       map: ["enum.EffectLayers.Unshaded"]
       sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi
       state: omnilaser_flash
-  
+
 - type: entity
   parent: MuzzleFlashEffect
   id: MuzzleFlashEffectHeavyLaser
     impactEffect: BulletImpactEffectDisabler
     damage:
       types:
-        Heat: 5
+        Heat: 0
     soundHit:
       collection: WeakHit
     forceSound: true
     impactEffect: BulletImpactEffectDisabler
     damage:
       types:
-        Heat: 1
+        Heat: 0
     soundHit:
       collection: WeakHit
     forceSound: true
     impactEffect: BulletImpactEffectDisabler
     damage:
       types:
-        Heat: 2
+        Heat: 0
     soundHit:
       collection: WeakHit
     forceSound: true
   - type: ProjectileSpread
     proto: BulletDisablerSmg
     count: 3 #bit stronger than a disabler if you hit your shots you goober, still not a 2 hit stun though
-    spread: 9
\ No newline at end of file
+    spread: 9