Skip to content

Commit

Permalink
no more overmap damagetypes on the shipmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte authored Jun 2, 2024
1 parent 36ba640 commit 2f13b83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nsv13/code/modules/overmap/weapons/projectiles_fx.dm
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,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

/obj/item/projectile/beam/laser/heavylaser/phaser/relayed/on_hit(atom/target, blocked)
Expand All @@ -582,6 +583,7 @@ Misc projectile types, effects, think of this as the special FX file.

/obj/item/projectile/beam/laser/phaser/pd/relayed
projectile_piercing = PASSGLASS|PASSGRILLE|PASSTABLE
flag = "laser"

/obj/item/projectile/beam/laser/phaser/pd/relayed/on_hit(atom/target, blocked)
. = ..()
Expand All @@ -598,6 +600,11 @@ Misc projectile types, effects, think of this as the special FX file.
tracer_type = /obj/effect/projectile/tracer/xray
muzzle_type = /obj/effect/projectile/muzzle/xray
impact_type = /obj/effect/projectile/impact/xray
relay_projectile_type = /obj/item/projectile/beam/laser/point_defense/relayed

/obj/item/projectile/beam/laser/point_defense/relayed
projectile_piercing = PASSGLASS|PASSGRILLE|PASSTABLE
flag = "laser"

//Designed to be spammed like crazy, but can be buffed to do extremely solid damage when you overclock the guns.
/obj/item/projectile/beam/laser/phaser
Expand All @@ -607,6 +614,7 @@ Misc projectile types, effects, think of this as the special FX file.

/obj/item/projectile/beam/laser/phaser/relayed
projectile_piercing = PASSGLASS|PASSGRILLE|PASSTABLE
flag = "laser"

/obj/item/projectile/beam/laser/phaser/relayed/on_hit(atom/target, blocked)
. = ..()
Expand Down

0 comments on commit 2f13b83

Please sign in to comment.