Cult 3.0 : Faction Code + Tracing Runes & Paying in Blood + Communication Rune (#17432)

* on the first day I drew my blood

* on the second day I learned their names

* on the third day we built an altar

* on the fourth day we communed with him

* on the fifth day I fixed some issues pointed out by DamianQ

* and then some

* and then some more

* ok that's all for now
This commit is contained in:
DeityLink
2018-02-14 15:32:52 +01:00
committed by MadmanMartian
parent 477c8faedd
commit f601a02423
54 changed files with 1868 additions and 239 deletions

View File

@@ -332,8 +332,8 @@
to_chat(user, "<span class='notice'>You carve out the pages from [title]! You didn't want to read it anyway.</span>")
carved = 1
return
else if(istype(W, /obj/item/weapon/paper/talisman))
/*
else if(istype(W, /obj/item/weapon/paper/talisman))// TODO rolefix
var/obj/item/weapon/paper/talisman/talisman = W
if(runestun)
to_chat(user, "<span class='notice'>There is already a talisman between the pages.</span>")
@@ -342,7 +342,7 @@
to_chat(user, "<span class='notice'>You slide the talisman between the pages.</span>")
qdel(talisman)
runestun = 1
*/