Magic wand (#15647)

This commit is contained in:
Afya212
2023-01-27 13:00:14 +01:00
committed by GitHub
parent 7cf3fad9fa
commit 9e1ecfb2a8
2 changed files with 13 additions and 6 deletions
@@ -3,6 +3,7 @@
/obj/item/gun/energy/wand
name = "wand of nothing"
desc = "A magic stick, this one don't do much however."
desc_info = null
icon = 'icons/obj/wands.dmi'
icon_state = "nothingwand"
item_state = "wand"
@@ -10,15 +11,13 @@
fire_sound = 'sound/magic/wand.ogg'
slot_flags = SLOT_BELT
w_class = ITEMSIZE_NORMAL
max_shots = 20
max_shots = 10
charge_cost = 100
projectile_type = /obj/item/projectile/magic
origin_tech = list(TECH_COMBAT = 6, TECH_MAGNET = 5, TECH_BLUESPACE = 6)
charge_meter = 0
charge_failure_message = null
has_safety = FALSE
/obj/item/gun/energy/wand/get_cell()
return DEVICE_NO_CELL
needspin = FALSE
/obj/item/gun/energy/wand/handle_click_empty(mob/user = null)
if (user)
@@ -34,4 +33,4 @@
return 1
/obj/item/gun/energy/wand/toy
origin_tech = null
origin_tech = null