[Cult 3.0] Soul Blade fixes, new Cult Armor, Arcane Tattoos (#19921)

* cult tattoos

* duh

* I just like forgot most of the commits

* coloured dagger

* daazdazdaz
This commit is contained in:
DeityLink
2018-10-04 11:58:11 +02:00
committed by jknpj
parent 140a1a663e
commit 5c5d94b062
63 changed files with 1556 additions and 378 deletions

View File

@@ -127,19 +127,9 @@
return isAdminGhost(src) ? get_all_accesses() : list()
/mob/dead/attackby(obj/item/W, mob/user)
// Legacy Cult stuff
// Legacy Cult stuff
if(istype(W,/obj/item/weapon/tome_legacy))
var/mob/dead/M = src
if(src.invisibility != 0)
M.invisibility = 0
if(istype(W,/obj/item/weapon/tome))
if(invisibility != 0 || icon_state != "ghost-narsie")
cultify()
user.visible_message(
"<span class='warning'>[user] drags a ghost to our plane of reality!</span>",
"<span class='warning'>You drag a ghost to our plane of reality!</span>"
)
return
cultify()//takes care of making ghosts visible
// Big boy modern Cult 3.0 stuff
if (iscultist(user))
if(istype(W,/obj/item/weapon/tome))