mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user