Skip to content

Commit

Permalink
attaches relayed projectiles
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaCentari committed Feb 18, 2025
1 parent c2aee75 commit 61555b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nsv13/code/modules/overmap/weapons/projectiles_fx.dm
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ Misc projectile types, effects, think of this as the special FX file.
damage = 175
armour_penetration = 10
speed = 0.4
relay_projectile_type = /obj/item/projectile/bullet/broadside/plasma/relayed


/obj/item/projectile/bullet/broadside/plasma/relayed
damage = 25
Expand All @@ -649,6 +651,7 @@ Misc projectile types, effects, think of this as the special FX file.
damage = 200
armour_penetration = 25
speed = 2
relay_projectile_type = /obj/item/projectile/bullet/broadside/nuclear/relayed

/obj/item/projectile/bullet/broadside/nuclear/relayed
damage = 35
Expand Down

0 comments on commit 61555b1

Please sign in to comment.