mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Reduces the laser rifle armor penetration (#11370)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.."
|
||||
Reference in New Issue
Block a user