From 4e849932ce75c30c63a17dbd4077b58502b4680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9B=88=E1=9B=9F=E1=9A=B2=E1=9A=B2=E1=9B=96=E1=9B=8F?= =?UTF-8?q?=E1=9B=8B?= <55299415+Pockets-byte@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:00:27 -0600 Subject: [PATCH] more ::fun:: from the phase cannon Co-authored-by: Bokkiewokkie <43698041+Bokkiewokkie@users.noreply.github.com> --- nsv13/code/modules/overmap/weapons/projectiles_fx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsv13/code/modules/overmap/weapons/projectiles_fx.dm b/nsv13/code/modules/overmap/weapons/projectiles_fx.dm index d4e7ea3506b..11c8505baa9 100644 --- a/nsv13/code/modules/overmap/weapons/projectiles_fx.dm +++ b/nsv13/code/modules/overmap/weapons/projectiles_fx.dm @@ -568,7 +568,7 @@ Misc projectile types, effects, think of this as the special FX file. /obj/item/projectile/beam/laser/heavylaser/phaser/relayed projectile_piercing = PASSGLASS|PASSGRILLE|PASSTABLE flag = "laser" - damage = 40 //let's give them a chance to live, instead of smiting them with the full wraith of the Enterprise + damage = 80 //let's give them a chance to live, instead of smiting them with the full wraith of the Enterprise /obj/item/projectile/beam/laser/heavylaser/phaser/relayed/on_hit(atom/target, blocked) . = ..()