Modular Computer Revival (#5542)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
Mazian
2023-07-22 16:14:00 +02:00
committed by GitHub
co-authored by silicons
parent 07fd8d8c66
commit e1ddf62d06
57 changed files with 2470 additions and 4310 deletions
@@ -179,3 +179,8 @@ var/global/datum/ntnet/ntnet_global = new()
if(A.login == login)
return 1
return 0
/datum/ntnet/proc/get_chat_channel_by_id(id)
for(var/datum/ntnet_conversation/chan in chat_channels)
if(chan.id == id)
return chan