Two small fixes

This commit is contained in:
Heroman
2023-08-27 11:41:12 +10:00
parent e46bd401a7
commit 347d44d05c
6 changed files with 41 additions and 13 deletions
@@ -79,7 +79,7 @@ var/global/list/robot_modules = list(
if(!R.client)
R.icon_selected = FALSE // It wasnt a player selecting icon? Let them do it later!
create_equipment()
create_equipment(R)
for(var/obj/item/I in modules)
I.canremove = FALSE