mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
[MIRROR] Fix an issue with fulton beacons (#12758)
Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
af107f923c
commit
04e8d8948b
@@ -112,9 +112,14 @@
|
||||
L.drowsyness = 0
|
||||
sleep(30)
|
||||
var/list/flooring_near_beacon = list()
|
||||
var/had_option = FALSE
|
||||
for(var/turf/simulated/floor/floor in orange(1, beacon))
|
||||
had_option = TRUE
|
||||
flooring_near_beacon += floor
|
||||
holder_obj.forceMove(pick(flooring_near_beacon))
|
||||
if(had_option)
|
||||
holder_obj.forceMove(pick(flooring_near_beacon))
|
||||
else
|
||||
holder_obj.forceMove(beacon.loc)
|
||||
animate(holder_obj, pixel_z = 10, time = 50)
|
||||
sleep(50)
|
||||
animate(holder_obj, pixel_z = 15, time = 10)
|
||||
|
||||
Reference in New Issue
Block a user