mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Further Polishing (#7167)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/obj/item/weapon/gun/magic/firestaff/vrwizard
|
||||
name = "vr staff"
|
||||
name = "hardlight staff"
|
||||
desc = "A magical staff brimming with energy."
|
||||
icon = 'icons/obj/wizard.dmi'
|
||||
icon_state = "staffoffire"
|
||||
item_state = "staff"
|
||||
fire_sound = 'sound/weapons/emitter.ogg'
|
||||
w_class = ITEMSIZE_HUGE
|
||||
checks_antimagic = TRUE
|
||||
checks_antimagic = FALSE
|
||||
max_charges = 10
|
||||
charges = 0
|
||||
recharge_rate = 2
|
||||
@@ -38,5 +38,4 @@
|
||||
/obj/item/weapon/gun/magic/firestaff/vrwizard/nuclear
|
||||
description_info = "A high powered staff that burns through energy quickly but unleashes high energy bolts."
|
||||
projectile_type = /obj/item/projectile/energy/nuclearblast
|
||||
color = "#660066"
|
||||
max_charges = 4
|
||||
color = "#660066"
|
||||
Reference in New Issue
Block a user