* altar stuff

* bloodstone

* dance

* objectives

* Early fixes

* some fixes

* conflicts etc
This commit is contained in:
DeityLink
2018-11-11 23:51:37 +01:00
committed by jknpj
parent 95829bf3f9
commit e35719ecea
47 changed files with 2299 additions and 158 deletions

View File

@@ -811,6 +811,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(C && C.members.len > config.cult_ghostwriter_req_cultists)
ghosts_can_write = 1
if (veil_thickness >= CULT_ACT_III)
ghosts_can_write = 1
if(!ghosts_can_write)
to_chat(src, "<span class='warning'>The veil is not thin enough for you to do that.</span>")
return