From 4d13ceab18253b1ab912ec76f77b483ae89a200b Mon Sep 17 00:00:00 2001 From: Danny Boy <98357253+DannyBoy3642@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:24:48 -0700 Subject: [PATCH] Spawn Curator PDA with ringer ON by default (#18948) * Unmute Curator PDA Causes Curators to no longer spawn with their messenger ringer turned off * Puts code back, commented out Returns original code that was removed, but commented out. * Adds SKYRAT EDIT tags You know, because that's what I was supposed to do the first time. Whoops. * Make the comment a comment Wow. --- .../modular_computers/computers/item/role_tablet_presets.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/modular_computers/computers/item/role_tablet_presets.dm b/code/modules/modular_computers/computers/item/role_tablet_presets.dm index ebb8bfe9776..47da62d45be 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -348,10 +348,12 @@ /datum/computer_file/program/newscaster, ) +/* // SKYRAT EDIT REMOVAL BEGIN - Mutes the Curator's ringer on spawn /obj/item/modular_computer/pda/curator/Initialize(mapload) . = ..() for(var/datum/computer_file/program/messenger/msg in stored_files) msg.ringer_status = FALSE +*/ // SKYRAT EDIT REMOVAL END /** * No Department