Fix hivebot beacon initialize (#16119)

* Fix

* changelog

* author
This commit is contained in:
Fluffy
2023-03-26 12:53:40 +00:00
committed by GitHub
parent a31a286761
commit fa5425dd2c
2 changed files with 42 additions and 1 deletions
@@ -66,7 +66,7 @@
addtimer(CALLBACK(src, PROC_REF(activate_beacon)), 450)
latest_area = get_area(src)
icon_state = "hivebotbeacon_off"
generate_warp_destinations()
addtimer(CALLBACK(src, PROC_REF(generate_warp_destinations)), 10) //So we don't sleep during init
set_light(6,0.5,LIGHT_COLOR_GREEN)
/mob/living/simple_animal/hostile/hivebotbeacon/proc/generate_warp_destinations()