mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
Tastes like nothing (#49240)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user