Hivebot Beacon Heisenbug Fix (#23082)

fixes a heisenbug related to hivebot beacons and their smoke spawning in
This commit is contained in:
Geeves
2026-08-19 18:04:41 +00:00
committed by GitHub
parent 3e7ea58013
commit 1b93c850ca
@@ -113,7 +113,7 @@
total_hivebots_to_spawn = total_hivebots_to_spawn + (length(GLOB.player_list) * total_hivebots_to_spawn_to_playing_players_scaling_factor)
maximum_linked_and_alive_hivebots = maximum_linked_and_alive_hivebots + (length(GLOB.player_list) * maximum_linked_and_alive_hivebots_to_playing_players_scaling_factor)
if(!mapload)
if(!mapload && !GLOB.running_create_and_destroy)
var/datum/effect/effect/system/smoke_spread/S = new /datum/effect/effect/system/smoke_spread()
S.set_up(5, 0, src.loc)
S.start()