Tastes like nothing (#49240)

This commit is contained in:
itseasytosee
2020-02-08 13:57:50 -06:00
committed by GitHub
parent 007cc2d8bd
commit 31ffa4a2da
4 changed files with 15 additions and 1 deletions

View File

@@ -65,3 +65,7 @@
/obj/item/ammo_casing/magic/wipe
projectile_type = /obj/projectile/magic/wipe
/obj/item/ammo_casing/magic/nothing
/obj/projectile/magic/nothing
harmful = FALSE

View File

@@ -227,3 +227,10 @@
..()
explosion(user.loc, -1, 0, 2, 3, 0, flame_range = 2)
charges--
/////////////////////////////////////
//WAND OF NOTHING
/////////////////////////////////////
/obj/item/gun/magic/wand/nothing
ammo_type = /obj/item/ammo_casing/magic/nothing

View File

@@ -706,3 +706,6 @@
armour_penetration = 100
temperature = -200 // Cools you down greatly per hit
flag = "magic"
/obj/projectile/magic/nothing
name = "bolt of nothing"