This commit is contained in:
vm-silicons
2025-12-19 22:16:28 -08:00
parent 92c210158f
commit ea99b708a2
29 changed files with 63 additions and 63 deletions
@@ -53,8 +53,8 @@
/obj/item/modular_computer/processor/attack_ghost(mob/user)
ui_interact(user)
/obj/item/modular_computer/processor/alert_call(datum/computer_file/program/, alerttext)
if(! || !.alert_able || .alert_silenced || !alerttext)
/obj/item/modular_computer/processor/alert_call(datum/computer_file/program/caller1, alerttext)
if(!caller || !caller1.alert_able || caller1.alert_silenced || !alerttext)
return
playsound(src, 'sound/machines/twobeep_high.ogg', 50, TRUE)
machinery_computer.visible_message(span_notice("The [src] displays a [.filedesc] notification: [alerttext]"))
machinery_computer.visible_message(span_notice("The [src] displays a [caller1.filedesc] notification: [alerttext]"))