Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Botcall, TG edition! #4974

Merged
merged 9 commits into from Oct 29, 2014
4 changes: 4 additions & 0 deletions code/_onclick/ai.dm
Expand Up @@ -58,6 +58,10 @@
aicamera.camera_mode_off()
aicamera.captureimage(A, usr)
return
if(waypoint_mode)
set_waypoint(A)
waypoint_mode = 0
return

/*
AI restrained() currently does nothing
Expand Down
3 changes: 3 additions & 0 deletions code/game/communications.dm
Expand Up @@ -176,6 +176,9 @@ var/const/RADIO_AIRLOCK = "6"
var/const/RADIO_SECBOT = "7"
var/const/RADIO_MULEBOT = "8"
var/const/RADIO_MAGNETS = "9"
var/const/RADIO_CLEANBOT = "10"
var/const/RADIO_FLOORBOT = "11"
var/const/RADIO_MEDBOT = "12"

var/global/datum/controller/radio/radio_controller

Expand Down
666 changes: 634 additions & 32 deletions code/game/machinery/bots/bots.dm

Large diffs are not rendered by default.