Curator and Mime PDAs now start with their ringer off (#70604)

This commit is contained in:
John Willard
2022-10-19 03:46:25 -04:00
committed by GitHub
parent 555166a20d
commit d23e95b3bc
2 changed files with 12 additions and 17 deletions

View File

@@ -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