mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Replaces parent wand with wand of nothing on Donut (#49887)
* Replaces parent wand with wand of nothing on Donut - Renames parent wand 'wand' to distinguish it from wand of nothing - Simplifies parent wand's description to focus on the fact you shouldn't have it - Makes parent wand delete itself when fired - Renames parent magic projectile bolt to differentiate it from bolt of nothing * prototype wand deletes itself on spawn * removes snowflakey qdel of the base wand on spawn
This commit is contained in:
@@ -44377,7 +44377,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/toy/figure/mime,
|
||||
/obj/item/gun/magic/wand,
|
||||
/obj/item/gun/magic/wand/nothing,
|
||||
/turf/open/floor/carpet,
|
||||
/area/crew_quarters/theatre)
|
||||
"caf" = (
|
||||
|
||||
@@ -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! You shouldn't have this."
|
||||
name = "wand"
|
||||
desc = "You shouldn't have this."
|
||||
ammo_type = /obj/item/ammo_casing/magic
|
||||
icon_state = "nothingwand"
|
||||
item_state = "wand"
|
||||
@@ -233,6 +233,7 @@
|
||||
/////////////////////////////////////
|
||||
|
||||
/obj/item/gun/magic/wand/nothing
|
||||
name = "wand of nothing"
|
||||
desc = "It's not just a stick, it's a MAGIC stick?"
|
||||
ammo_type = /obj/item/ammo_casing/magic/nothing
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/projectile/magic
|
||||
name = "bolt of nothing"
|
||||
name = "bolt"
|
||||
icon_state = "energy"
|
||||
damage = 0
|
||||
damage_type = OXY
|
||||
|
||||
Reference in New Issue
Block a user