mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
goodbye = new (#17865)
This commit is contained in:
@@ -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 = ..()
|
||||
|
||||
Reference in New Issue
Block a user