mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user