mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
[FIX] Jobbaned can't spam-spawn as cult harvesters (#21656)
* fix: jobbaned can't spam-spawn as cult harvesters https://github.com/ss220-space/Paradise/pull/1283 * fix: oops, what is this check? * smoke needs create_smoke
This commit is contained in:
@@ -926,7 +926,7 @@
|
||||
|
||||
/mob/living/narsie_act()
|
||||
if(client)
|
||||
make_new_construct(/mob/living/simple_animal/hostile/construct/harvester, src, cult_override = TRUE)
|
||||
make_new_construct(/mob/living/simple_animal/hostile/construct/harvester, src, cult_override = TRUE, create_smoke = TRUE)
|
||||
spawn_dust()
|
||||
gib()
|
||||
|
||||
|
||||
@@ -69,9 +69,7 @@
|
||||
|
||||
/obj/singularity/narsie/large/attack_ghost(mob/dead/observer/user as mob)
|
||||
user.forceMove(get_turf(src)) //make_new_construct spawns harvesters at observers locations, could be used to get into admin rooms/CC
|
||||
make_new_construct(/mob/living/simple_animal/hostile/construct/harvester, user, cult_override = TRUE)
|
||||
new /obj/effect/particle_effect/smoke/sleeping(user.loc)
|
||||
|
||||
make_new_construct(/mob/living/simple_animal/hostile/construct/harvester, user, cult_override = TRUE, create_smoke = TRUE)
|
||||
|
||||
/obj/singularity/narsie/process()
|
||||
eat()
|
||||
|
||||
Reference in New Issue
Block a user