mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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."
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user