Fixes a Loadout Entry Description (#15595)

This commit is contained in:
SleepyGemmy
2023-01-19 12:47:00 +01:00
committed by GitHub
parent 2d6e35586e
commit 0018c1bf0e
16 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
/obj/item/modular_computer
name = "Modular Computer"
desc = "A modular computer. You shouldn't see this."
desc = DESC_PARENT
var/lexical_name = "computer"
var/enabled = FALSE // Whether the computer is turned on.