Reduces the laser rifle armor penetration (#11370)

This commit is contained in:
Alberyk
2021-03-08 13:47:33 -03:00
committed by GitHub
parent 3320125bde
commit 456ff8be37
2 changed files with 7 additions and 3 deletions
+1 -3
View File
@@ -28,13 +28,11 @@
/obj/item/projectile/beam/pistol
damage = 25
armor_penetration = 10
/obj/item/projectile/beam/pistol/hegemony
icon = 'icons/obj/guns/hegemony_pistol.dmi'
icon_state = "hegemony_pistol"
damage = 30
armor_penetration = 5
muzzle_type = /obj/effect/projectile/muzzle/hegemony
tracer_type = /obj/effect/projectile/tracer/hegemony
@@ -42,7 +40,7 @@
/obj/item/projectile/beam/midlaser
damage = 35
armor_penetration = 15
armor_penetration = 5
/obj/item/projectile/beam/heavylaser
name = "heavy laser"
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- tweak: "Reduced the armor penetration from laser rifles, removed the armor penetration from pistol laser beams.."