mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Hivebot Beacon Heisenbug Fix (#23082)
fixes a heisenbug related to hivebot beacons and their smoke spawning in
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user