Skip to content

Commit

Permalink
I'm too lazy to sort through spacebars
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Sep 20, 2024
1 parent b1a05f7 commit 9449147
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/modules/projectiles/guns/energy/accelerator.dm
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
/obj/item/gun/energy/accelerator
name = "accelerator shotgun"
desc = "A NanoTrasen UPA \"Shepherd\". It synthesizes unstable particles and accelerates them, effectively shooting \"temporary\" bullets without using any ammunition besides electric power."

icon_state = "phazer"
item_state = "phazer"
modifystate = "phazer"
improper_held_icon = TRUE
wielded_item_state = "phazer-wielded"
icon_rounder = 25
screen_shake = 1

slot_flags = SLOT_BACK
w_class = ITEM_SIZE_HUGE

force = 12.5
mod_weight = 1.0
mod_reach = 0.8
mod_handy = 1.0

one_hand_penalty = 2
max_shots = 8

origin_tech = list(TECH_COMBAT = 3, TECH_MAGNET = 3, TECH_MATERIAL = 2)
matter = list(MATERIAL_STEEL = 2000)

projectile_type = /obj/item/projectile/bullet/pellet/accelerated

var/pumped = TRUE
var/recentpump = 0 // to prevent spammage
fire_sound = 'sound/effects/weapons/energy/kinetic_accel.ogg'
Expand Down

0 comments on commit 9449147

Please sign in to comment.