mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Fixes nanite amount not displaying in status tab for AIs (#29371)
* Fixes nanite amount not displaying in status tab for AIs * Also now displays the regen rate
This commit is contained in:
@@ -323,6 +323,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
|
||||
/mob/living/silicon/ai/get_status_tab_items()
|
||||
var/list/status_tab_data = ..()
|
||||
. = status_tab_data
|
||||
status_tab_data[++status_tab_data.len] = list("Nanites:", "[program_picker.nanites] / [program_picker.max_nanites]")
|
||||
status_tab_data[++status_tab_data.len] = list("Nanite Manufacture Rate:", "[(1 + 0.5 * program_picker.bandwidth)]")
|
||||
if(stat)
|
||||
status_tab_data[++status_tab_data.len] = list("System status:", "Nonfunctional")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user