More runtimes (#7904)

This commit is contained in:
Raeschen
2024-03-08 13:49:41 +01:00
committed by GitHub
parent 0fdd1ffc83
commit 586c984ac1
11 changed files with 43 additions and 29 deletions

View File

@@ -276,7 +276,7 @@ var/obj/screen/robot_inventory
else
//Modules display is hidden
//r.client.screen -= robot_inventory //"store" icon
for(var/atom/A in r.module.modules)
for(var/atom/A in r.module?.modules)
if(r.client && (A != r.module_state_1) && (A != r.module_state_2) && (A != r.module_state_3) )
//Module is not currently active
r.client.screen -= A