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