Nar'Sie plush can't invoke now (#44858)

* heresy

removes is_invoker from narsie, removes redundant hugbox version

* double heresy

remove var
This commit is contained in:
YakumoChen
2019-06-30 15:25:54 -04:00
committed by moo
parent d8b023774e
commit 461191d2bd
2 changed files with 0 additions and 8 deletions
-5
View File
@@ -465,7 +465,6 @@
desc = "A small stuffed doll of the elder goddess Nar'Sie. Who thought this was a good children's toy?"
icon_state = "narplush"
var/clashing
var/is_invoker = TRUE
gender = FEMALE //it's canon if the toy is
/obj/item/toy/plush/narplush/Moved()
@@ -474,10 +473,6 @@
if(P && istype(P.loc, /turf/open) && !P.clash_target && !clashing)
P.clash_of_the_plushies(src)
/obj/item/toy/plush/narplush/hugbox
desc = "A small stuffed doll of the elder goddess Nar'Sie. Who thought this was a good children's toy? <b>It looks sad.</b>"
is_invoker = FALSE
/obj/item/toy/plush/lizardplushie
name = "lizard plushie"
desc = "An adorable stuffed toy that resembles a lizardperson."
-3
View File
@@ -117,9 +117,6 @@ structure_check() searches for nearby cultist structures required for the invoca
invokers += user
if(req_cultists > 1 || istype(src, /obj/effect/rune/convert))
var/list/things_in_range = range(1, src)
var/obj/item/toy/plush/narplush/plushsie = locate() in things_in_range
if(istype(plushsie) && plushsie.is_invoker)
invokers += plushsie
for(var/mob/living/L in things_in_range)
if(iscultist(L))
if(L == user)