mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #3714 from Tastyfish/pda-new
Fixes some of the pda's not initializing, oops
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
ttone = "silence"
|
||||
|
||||
/obj/item/device/pda/mime/New()
|
||||
..()
|
||||
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
||||
if(M)
|
||||
M.silent = 1
|
||||
@@ -113,6 +114,7 @@
|
||||
owner = "John Doe"
|
||||
|
||||
/obj/item/device/pda/syndicate/New()
|
||||
..()
|
||||
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
||||
if(M)
|
||||
M.m_hidden = 1
|
||||
@@ -139,6 +141,7 @@
|
||||
model_name = "Thinktronic 5290 WGW-11 Series E-reader and Personal Data Assistant"
|
||||
|
||||
/obj/item/device/pda/librarian/New()
|
||||
..()
|
||||
var/datum/data/pda/app/messenger/M = find_program(/datum/data/pda/app/messenger)
|
||||
if(M)
|
||||
M.silent = 1 //Quiet in the library!
|
||||
|
||||
Reference in New Issue
Block a user