mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Two small fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user