mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Curator and Mime PDAs now start with their ringer off [MDB IGNORE] (#16985)
* Curator and Mime PDAs now start with their ringer off (#70604) * Curator and Mime PDAs now start with their ringer off Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
parent
384a55359d
commit
bcfa54ed75
@@ -348,6 +348,7 @@
|
||||
for(var/datum/computer_file/program/messenger/msg in hdd.stored_files)
|
||||
msg.mime_mode = TRUE
|
||||
msg.allow_emojis = TRUE
|
||||
msg.ringer_status = FALSE
|
||||
|
||||
/obj/item/modular_computer/tablet/pda/curator
|
||||
name = "curator PDA"
|
||||
@@ -368,6 +369,7 @@
|
||||
if(hdd)
|
||||
for(var/datum/computer_file/program/messenger/msg in hdd.stored_files)
|
||||
msg.allow_emojis = TRUE
|
||||
msg.ringer_status = FALSE
|
||||
|
||||
/**
|
||||
* No Department
|
||||
|
||||
Reference in New Issue
Block a user