mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fix remaining wand of nothing locations (#49254)
Finishes #49240 which wasn't quite done.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/gun/magic/wand
|
||||
name = "wand of nothing"
|
||||
desc = "It's not just a stick, it's a MAGIC stick!"
|
||||
desc = "It's not just a stick, it's a MAGIC stick! You shouldn't have this."
|
||||
ammo_type = /obj/item/ammo_casing/magic
|
||||
icon_state = "nothingwand"
|
||||
item_state = "wand"
|
||||
@@ -233,4 +233,7 @@
|
||||
/////////////////////////////////////
|
||||
|
||||
/obj/item/gun/magic/wand/nothing
|
||||
desc = "It's not just a stick, it's a MAGIC stick?"
|
||||
ammo_type = /obj/item/ammo_casing/magic/nothing
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user