for-the-strength-from-which-he-gives-is-unerring

This commit is contained in:
Fox McCloud
2019-10-05 02:08:11 -04:00
parent 5170f3fbae
commit 67dc33ac3f
141 changed files with 722 additions and 542 deletions
+3 -2
View File
@@ -172,7 +172,7 @@
user.visible_message("<span class='danger'>[user] seals \the [src] with \the [I].</span>")
qdel(src)
return
..()
return ..()
/obj/effect/rend/singularity_pull()
return
@@ -806,7 +806,8 @@ var/global/list/multiverse = list()
link = I
to_chat(user, "You attach [I] to the doll.")
update_targets()
..()
return
return ..()
/obj/item/voodoo/check_eye(mob/user as mob)
if(loc != user)
+4
View File
@@ -614,6 +614,7 @@
to_chat(user, "<span class='notice'>You feed the contract back into the spellbook, refunding your points.</span>")
uses+=2
qdel(O)
return
if(istype(O, /obj/item/antag_spawner/slaughter_demon))
to_chat(user, "<span class='notice'>On second thought, maybe summoning a demon is a bad idea. You refund your points.</span>")
@@ -628,6 +629,7 @@
if(!isnull(BB.limit))
BB.limit++
qdel(O)
return
if(istype(O, /obj/item/antag_spawner/morph))
to_chat(user, "<span class='notice'>On second thought, maybe awakening a morph is a bad idea. You refund your points.</span>")
@@ -636,6 +638,8 @@
if(!isnull(OB.limit))
OB.limit++
qdel(O)
return
return ..()
/obj/item/spellbook/proc/GetCategoryHeader(var/category)
var/dat = ""