mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix compile error.
This commit is contained in:
@@ -294,7 +294,7 @@ datum/shuttle_controller
|
||||
icon_state = "star" + pick("1", "1", "1", "2", "3", "4")
|
||||
speed = rand(2, 5)
|
||||
|
||||
/obj/effect/proc/startmove()
|
||||
/obj/effect/bgstar/proc/startmove()
|
||||
while (src)
|
||||
sleep(speed)
|
||||
step(src, direction)
|
||||
|
||||
Reference in New Issue
Block a user