[MIRROR] fixes cult wraiths creating juggernauts instead (#3634)

* Fix cult wraiths creating juggernauts instead (#57151)

* fixes cult wraiths creating juggernauts instead

Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2021-02-25 13:35:09 +00:00
committed by GitHub
co-authored by Fikou
parent bf6486bfae
commit 06cc69b81a
@@ -283,7 +283,7 @@
makeNewConstruct(/mob/living/simple_animal/hostile/construct/juggernaut/noncult, A, user, FALSE, T.loc)
if("Wraith")
if(iscultist(user))
makeNewConstruct(/mob/living/simple_animal/hostile/construct/juggernaut, A, user, FALSE, T.loc)
makeNewConstruct(/mob/living/simple_animal/hostile/construct/wraith, A, user, FALSE, T.loc)
else
switch(theme)
if(THEME_WIZARD)