Adds a radioactive type of greenglow cleanable decal

This commit is contained in:
Dip
2020-11-17 22:53:42 -03:00
parent 9b276b797b
commit a2089ee778
3 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ GLOBAL_LIST_INIT(meteorsC, list(/obj/effect/meteor/dust)) //for space dust event
/obj/effect/meteor/irradiated/meteor_effect()
..()
explosion(src.loc, 0, 0, 4, 3, 0)
new /obj/effect/decal/cleanable/greenglow(get_turf(src))
new /obj/effect/decal/cleanable/greenglow/radioactive(get_turf(src))
radiation_pulse(src, 500)
//Meaty Ore