[MIRROR] Adds tiny shards (#5299)

* Adds tiny shards (#35070)

* Adds tiny shards

* .

* .

* .

* .

* .

* .

* Adds tiny shards
This commit is contained in:
CitadelStationBot
2018-02-05 00:53:52 -06:00
committed by Poojawa
parent de1d277b65
commit 17ccbb4a53
3 changed files with 18 additions and 1 deletions
@@ -25,6 +25,18 @@
. = ..()
reagents.add_reagent("ash", 30) //double the amount of ash.
/obj/effect/decal/cleanable/glass
name = "tiny shards"
desc = "Back to sand."
icon = 'icons/obj/shards.dmi'
icon_state = "tiny"
/obj/effect/decal/cleanable/glass/Initialize()
. = ..()
setDir(pick(GLOB.cardinals))
/obj/effect/decal/cleanable/glass/ex_act()
qdel(src)
/obj/effect/decal/cleanable/dirt
name = "dirt"