mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
makes the hook shotgun work on right click, adds new icons for it (#58270)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user