addition_goals 
Procs | |
Initialize | Initialization |
---|---|
accept_goal | Accept goal to work |
clear_shuttle_turfs | Clear all objects in shuttle |
find_goal_by_id | Find goal from available list |
fire | Fire |
get_shuttle_location | Get text where shuttle docked |
get_shuttle_turfs | Collect shuttle floor turfs |
is_funeral_shuttle_on_station | Check funeral shuttle docked on station |
is_refresh_available | Check available refresh |
is_shuttle_in_centcom | Check shuttle ready to call (docked in centcom sector) |
is_shuttle_in_station | Check shuttle ready to return (docked in station sector) |
on_shuttle_dock | When dock shuttle to dock (signal handler) |
print_report_on_console | Print report paper on all Addition goal consoles |
refresh_available_goals | Refresh available goals list (delete old goals, create new goals) |
send_funeral_shuttle_away | Try send shuttle to centrom (return shuttle) |
send_shuttle_to_centcom | Try send shuttle to centrom (return shuttle) |
send_shuttle_to_station | Try send shuttle to station (call shuttle) |
send_shuttle_to_station_now | Send shuttle to station now without checks (use send_shuttle_to_station for checks) |
toggle_shuttle | Only for test |
Proc Details
Initialize
Initialization
accept_goal
Accept goal to work
clear_shuttle_turfs
Clear all objects in shuttle
find_goal_by_id
Find goal from available list
fire
Fire
get_shuttle_location
Get text where shuttle docked
get_shuttle_turfs
Collect shuttle floor turfs
is_funeral_shuttle_on_station
Check funeral shuttle docked on station
is_refresh_available
Check available refresh
is_shuttle_in_centcom
Check shuttle ready to call (docked in centcom sector)
is_shuttle_in_station
Check shuttle ready to return (docked in station sector)
on_shuttle_dock
When dock shuttle to dock (signal handler)
print_report_on_console
Print report paper on all Addition goal consoles
refresh_available_goals
Refresh available goals list (delete old goals, create new goals)
send_funeral_shuttle_away
Try send shuttle to centrom (return shuttle)
send_shuttle_to_centcom
Try send shuttle to centrom (return shuttle)
send_shuttle_to_station
Try send shuttle to station (call shuttle)
send_shuttle_to_station_now
Send shuttle to station now without checks (use send_shuttle_to_station for checks)
toggle_shuttle
Only for test