mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 17:32:24 +00:00
New 7.62/Phase Bolt fix
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user