mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 06:22:38 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user