mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 14:42:56 +00:00
Apprently this ammo isn't a thing on TG anymore
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user