mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
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:
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user