mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Magic wand (#15647)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user