Skip to content

Commit

Permalink
Railgun buffs
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 12, 2024
1 parent 8b8be6f commit 5177a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion code/modules/projectiles/guns/magnetic/magnetic_railgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
projectile_type = /obj/item/projectile/bullet/magnetic/slug
one_hand_penalty = 6
power_cost = 300
fire_delay = 35
fire_delay = 25
w_class = ITEM_SIZE_HUGE
slot_flags = SLOT_BACK
loaded = /obj/item/rcd_ammo/large // ~30 shots
bulk = GUN_BULK_RIFLE + 1
accuracy = 5

cell = /obj/item/cell/hyper
capacitor = /obj/item/stock_parts/capacitor/adv
Expand Down Expand Up @@ -107,6 +108,7 @@
fire_delay = 8
slowdown_held = 3
slowdown_worn = 2
accuracy = 0

slot_flags = SLOT_BACK
w_class = ITEM_SIZE_NO_CONTAINER
Expand Down
4 changes: 2 additions & 2 deletions code/modules/projectiles/projectile/magnetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
/obj/item/projectile/bullet/magnetic/slug
name = "slug"
icon_state = "gauss_silenced"
damage = 75
damage = 115
armor_penetration = 90

// Used by those "automatic" railguns; The most powerful projectile in the game
/obj/item/projectile/bullet/magnetic/slug/super
name = "anti-tank slug"
icon_state = "gauss"
damage = 220
damage = 250
armor_penetration = 90
fire_sound = 'sound/weapons/gunshot/railgun_2.ogg'

Expand Down

0 comments on commit 5177a88

Please sign in to comment.