makes the hook shotgun work on right click, adds new icons for it (#58270)

This commit is contained in:
Fikou
2021-04-10 15:07:24 -07:00
committed by GitHub
parent 4fbed65071
commit 592bcaa9c3
7 changed files with 27 additions and 33 deletions
@@ -408,14 +408,19 @@
fire_sound = 'sound/weapons/batonextend.ogg'
max_charges = 1
item_flags = NEEDS_PERMIT | NOBLUDGEON
sharpness = SHARP_POINTY
force = 18
/obj/item/gun/magic/hook/shoot_with_empty_chamber(mob/living/user)
to_chat(user, "<span class='warning'>[src] isn't ready to fire yet!</span>")
/obj/item/ammo_casing/magic/hook
name = "hook"
desc = "A hook."
projectile_type = /obj/projectile/hook
caliber = CALIBER_HOOK
icon_state = "hook"
firing_effect_type = /obj/effect/temp_visual/dir_setting/firing_effect/energy
/obj/projectile/hook
name = "hook"
@@ -460,9 +465,6 @@
name = "hook"
ammo_type = /obj/item/ammo_casing/magic/hook/bounty
/obj/item/gun/magic/hook/bounty/shoot_with_empty_chamber(mob/living/user)
to_chat(user, "<span class='warning'>The [src] isn't ready to fire yet!</span>")
/obj/item/ammo_casing/magic/hook/bounty
projectile_type = /obj/projectile/hook/bounty