Apprently this ammo isn't a thing on TG anymore

This commit is contained in:
Aurorablade
2016-05-02 23:25:46 -04:00
parent dbc65dc7ec
commit 5f0dde2f65
2 changed files with 1 additions and 40 deletions

View File

@@ -145,36 +145,4 @@
forcedodge = 1
stun = 0
weaken = 0
breakthings = FALSE
//Accelerator ammo
/obj/item/ammo_box/magazine/sniper_rounds/accelerator
name = "sniper rounds (accelerator)"
desc = "An advanced round which gains more power the farther it flies."
ammo_type = /obj/item/ammo_casing/accelerator
max_ammo = 5
/obj/item/ammo_casing/accelerator
desc = "A .50 caliber accelerator round casing."
caliber = ".50"
projectile_type = /obj/item/projectile/bullet/sniper/accelerator
icon_state = ".50"
/obj/item/projectile/bullet/sniper/accelerator
icon_state = "gaussweak"
name = "accelerator round"
damage = 5
stun = 0
weaken = 0
breakthings = FALSE
/obj/item/projectile/bullet/sniper/accelerator/Range()
..()
damage += 5
if(damage > 40)
icon_state = "gaussstrong"
breakthings = TRUE
else if(damage > 25)
icon_state = "gauss"
breakthings = FALSE