Fix AI-drone runtimes. Get angry at commits. (#5366)

* Allows AIs to control maint/construction drones.

* Radio control online.

* Things Not Saving

* Drone control respects intellicores.

* Config control, AI drones are disableable if the AI isn't an antag.

* There's a diff so it must have saved. Right?

* No un/wrenching of the core.

* Complies to Replies.

* Fix some AI-drone runtimes.
This commit is contained in:
Mechoid
2018-06-21 00:18:41 -07:00
committed by Atermonera
parent 04d5f9e522
commit ff827ce831
2 changed files with 2 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ var/list/mob_hat_cache = list()
verbs -= /mob/living/silicon/robot/verb/Namepick
updateicon()
updatename()
/mob/living/silicon/robot/drone/init()
aiCamera = new/obj/item/device/camera/siliconcam/drone_camera(src)

View File

@@ -93,8 +93,7 @@
radio.channels = module.channels
verbs -= /mob/living/silicon/robot/drone/proc/release_ai_control_verb
languages = initial(languages)
speech_synthesizer_langs = initial(speech_synthesizer_langs)
module.remove_languages(src) //Removes excess, adds 'default'.
remove_language("Robot Talk")
add_language("Robot Talk", 0)
add_language("Drone Talk", 1)