mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
POLARIS: Fix two mistakes with the shuttle_arrival procs
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
make_sounds(origin, HYPERSPACE_END)
|
make_sounds(origin, HYPERSPACE_END)
|
||||||
return //someone cancelled the launch
|
return //someone cancelled the launch
|
||||||
|
|
||||||
on_shuttle_departure()
|
on_shuttle_departure(origin)
|
||||||
|
|
||||||
moving_status = SHUTTLE_INTRANSIT //shouldn't matter but just to be safe
|
moving_status = SHUTTLE_INTRANSIT //shouldn't matter but just to be safe
|
||||||
move(origin, destination)
|
move(origin, destination)
|
||||||
|
|||||||
@@ -43,9 +43,11 @@
|
|||||||
last_move = world.time
|
last_move = world.time
|
||||||
|
|
||||||
/datum/shuttle/web_shuttle/on_shuttle_departure()
|
/datum/shuttle/web_shuttle/on_shuttle_departure()
|
||||||
|
..()
|
||||||
web_master.on_shuttle_departure()
|
web_master.on_shuttle_departure()
|
||||||
|
|
||||||
/datum/shuttle/web_shuttle/on_shuttle_arrival()
|
/datum/shuttle/web_shuttle/on_shuttle_arrival()
|
||||||
|
..()
|
||||||
web_master.on_shuttle_arrival()
|
web_master.on_shuttle_arrival()
|
||||||
|
|
||||||
/datum/shuttle/web_shuttle/proc/build_destinations()
|
/datum/shuttle/web_shuttle/proc/build_destinations()
|
||||||
|
|||||||
Reference in New Issue
Block a user