Added Synthetics to the Manifest (#7750)

Stationbounds have been added to the Crew Manifest in a Sub-manifest catagory. They are not crew.
This commit is contained in:
Geeves
2020-01-02 11:49:26 +02:00
committed by Erki
parent cb7e49c48b
commit 38a03fa0f8
5 changed files with 34 additions and 2 deletions
+1
View File
@@ -265,6 +265,7 @@ var/list/ai_verbs_default = list(
idcard.update_name()
setup_icon() //this is because the ai custom name is related to the ai name, so, we just call the setup icon after someone named their ai
SSrecords.reset_manifest()
/*
The AI Power supply is a dummy object used for powering the AI since only machinery should be using power.
@@ -313,6 +313,7 @@
updatename()
recalculate_synth_capacities()
notify_ai(ROBOT_NOTIFICATION_NEW_MODULE, module.name)
SSrecords.reset_manifest()
selecting_module = 0
/mob/living/silicon/robot/proc/updatename(var/prefix as text)
@@ -374,6 +375,7 @@
updatename()
updateicon()
SSrecords.reset_manifest()
// this verb lets cyborgs see the stations manifest
/mob/living/silicon/robot/verb/cmd_station_manifest()