New chat client / messenger (#10654)

This commit is contained in:
Karolis
2021-01-11 11:04:16 +02:00
committed by GitHub
parent f99e4a29c0
commit 339c531ad7
31 changed files with 858 additions and 846 deletions

View File

@@ -4,6 +4,7 @@
name = "Modular Computer"
desc = "A modular computer. You shouldn't see this."
var/lexical_name = "computer"
var/enabled = FALSE // Whether the computer is turned on.
var/screen_on = TRUE // Whether the computer is active/opened/it's screen is on.
var/working = TRUE // Whether the computer is working.