Removes supermatters from cave PoIs.

This commit is contained in:
Neerti
2018-08-02 17:11:56 -04:00
parent c86b1ac5c3
commit ccd944dec7
2 changed files with 0 additions and 17 deletions
@@ -13,23 +13,6 @@
if(prob(30))
icon_state = "crystal2"
set_light(3, 3, "#CC00CC")
else if(prob(30))
icon_state = "crystal3"
set_light(3, 3, "#FF003B")
else
set_light(3, 3, "#33CC33")
/obj/machinery/crystal/alt
name = "Crystal"
icon = 'icons/obj/mining.dmi'
icon_state = "crystal"
density = TRUE
anchored = TRUE
/obj/machinery/crystal/alt/New()
if(prob(50))
icon_state = "crystal2"
set_light(3, 3, "#CC00CC")
else
set_light(3, 3, "#33CC33")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB