New 7.62/Phase Bolt fix

This commit is contained in:
Vail
2020-11-02 05:52:32 -05:00
parent cf37671ecb
commit a8f0732b2b
4 changed files with 25 additions and 1 deletions

View File

@@ -745,6 +745,14 @@
name = "rifle clip (7.62mm hunting)"
ammo_type = /obj/item/ammo_casing/a762/hunter
/obj/item/ammo_magazine/clip/c762/sniper
name = "rifle clip (7.62mm HV)"
ammo_type = /obj/item/ammo_casing/a762/sniper
/obj/item/ammo_magazine/clip/c762/sniperhunter
name = "rifle clip (7.62mm HV hunting)"
ammo_type = /obj/item/ammo_casing/a762/sniperhunter
/obj/item/ammo_magazine/clip/c762/silver
name = "rifle clip (7.62mm silver)"
icon_state = "agclip_rifle"

View File

@@ -338,6 +338,14 @@
desc = "A 7.62mm hunting bullet casing."
projectile_type = /obj/item/projectile/bullet/rifle/a762/hunter
/obj/item/ammo_casing/a762/sniper
desc = "A 7.62mm high velocity bullet casing optimised for a marksman rifle."
projectile_type = /obj/item/projectile/bullet/rifle/a762/sniper
/obj/item/ammo_casing/a762/sniperhunter
desc = "A 7.62mm high velocity hunter bullet casing optimised for a marksman rifle."
projectile_type = /obj/item/projectile/bullet/rifle/a762/sniperhunter
/obj/item/ammo_casing/a762/silver
desc = "A 7.62mm hunting bullet casing. Bless and Sancitfied to banish otherworlds entities."
icon_state = "agrifle-casing"

View File

@@ -259,6 +259,14 @@
damage = 20
SA_bonus_damage = 50 // 70 total on animals.
SA_vulnerability = MOB_CLASS_ANIMAL
embed_chance = -1
/obj/item/projectile/bullet/rifle/a762/sniperhunter
damage = 20
SA_bonus_damage = 50 // 70 total on animals.
SA_vulnerability = MOB_CLASS_ANIMAL
embed_chance = -1
hitscan = 1
/obj/item/projectile/bullet/rifle/a762/silver // Hunting Demons with bolt action rifles.
damage = 20

View File

@@ -222,7 +222,7 @@
range = 25
damage = 5
SA_bonus_damage = 45 // 50 total on animals
SA_vulnerability = SA_ANIMAL
SA_vulnerability = MOB_CLASS_ANIMAL
/obj/item/projectile/energy/phase/light
range = 15