mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 21:42:06 +00:00
Curator and Mime PDAs now start with their ringer off (#70604)
This commit is contained in:
@@ -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