Last few fixes. Adds arcane wand to dead wizard roid.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
area_type = /area
|
||||
protected_areas = list(/area/maintenance, /area/ai_monitored/turret_protected/ai_upload, /area/ai_monitored/turret_protected/ai_upload_foyer,
|
||||
/area/ai_monitored/turret_protected/ai, /area/storage/emergency/starboard, /area/storage/emergency/port, /area/shuttle, /area/security/prison)
|
||||
/area/ai_monitored/turret_protected/ai, /area/storage/emergency/starboard, /area/storage/emergency/port, /area/shuttle, /area/security/prison, /area/ruin, /area/space/nearstation)
|
||||
target_trait = ZTRAIT_STATION
|
||||
|
||||
immunity_type = "rad"
|
||||
|
||||
@@ -181,3 +181,21 @@
|
||||
..()
|
||||
explosion(user.loc, -1, 0, 2, 3, 0, flame_range = 2)
|
||||
charges--
|
||||
|
||||
/////////////////////////////////////
|
||||
//WAND OF ARCANE MISSILE
|
||||
/////////////////////////////////////
|
||||
|
||||
/obj/item/gun/magic/wand/arcane
|
||||
name = "wand of arcane missile"
|
||||
desc = "This wand fires off small bolts of concentrated magic energy, searing any victim."
|
||||
ammo_type = /obj/item/ammo_casing/magic/arcane_barrage
|
||||
fire_sound = 'sound/weapons/mmlbuster.ogg'
|
||||
icon_state = "arcanewand"
|
||||
max_charges = 20 //20, 10, 10, 7
|
||||
|
||||
/obj/item/gun/magic/wand/arcane/zap_self(mob/living/user)
|
||||
..()
|
||||
charges--
|
||||
user.take_overall_damage(0,30)
|
||||
to_chat(user, "<span class='warning'>You zap yourself. Why?</span>")
|
||||
|
||||
Reference in New Issue
Block a user