Adds 2 new cave POIs (#4743)

* adds temple and ritual POIs

as well as ever-burning candles, a candleabra, and a neat red crystal that looks like supermatter but isn't

* fixes all cases of 'candelabra' spelling

i am a dunce

* fixes main map changes

i don't even know what i fuckin did to this thing??? ?? ??? ???

* removes unnecessary light() proc
This commit is contained in:
BillyBangles
2018-02-08 14:10:02 -06:00
committed by Anewbe
parent 1bb37998eb
commit 64b98e0dae
9 changed files with 216 additions and 2 deletions
+4 -1
View File
@@ -10,9 +10,12 @@
anchored = TRUE
/obj/machinery/crystal/New()
if(prob(50))
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")