Skip to content

Commit

Permalink
щас завалит
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 28, 2024
1 parent fef2d30 commit 5c0f570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/controllers/subsystems/initialization/robots.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ SUBSYSTEM_DEF(robots)
)

var/list/mmi_types_by_title = list(
"cyborg" = /obj/item/device/mmi, // [SIERRA-ADD],
// [SIERRA-ADD] - Cyborg add,
"cyborg" = /obj/item/device/mmi,
// [/SIERRA-ADD],
"robot" = /obj/item/organ/internal/posibrain,
"drone" = /obj/item/device/mmi/digital/robot,
"robot, flying" = /obj/item/organ/internal/posibrain,
Expand Down

0 comments on commit 5c0f570

Please sign in to comment.