goodbye = new (#17865)

This commit is contained in:
Cameron Lennox
2025-06-15 02:01:03 -04:00
committed by GitHub
parent 30dcd1b113
commit 45618b5e9e
30 changed files with 98 additions and 75 deletions
@@ -12,7 +12,11 @@
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP
network_destination = "long-range communication array"
category = PROG_COMMAND
var/datum/comm_message_listener/message_core = new
var/datum/comm_message_listener/message_core
/datum/computer_file/program/comm/New(var/obj/item/modular_computer/comp = null)
..()
message_core = new
/datum/computer_file/program/comm/clone()
var/datum/computer_file/program/comm/temp = ..()