mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[MIRROR] NtOS Emojipedia - PDA Emoji Messaging For All [MDB IGNORE] (#17402)
* NtOS Emojipedia - PDA Emoji Messaging For All (#70829) An Emojipedia app has been added to tablets, given to Mimes and Curators by default, allowing anyone to know all emojis. Additionally, emojis can be used in tablets by every job now. * NtOS Emojipedia - PDA Emoji Messaging For All * update emoji list to be valid * animated emojis Co-authored-by: san7890 <the@san7890.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -334,12 +334,14 @@
|
||||
greyscale_config = /datum/greyscale_config/tablet/mime
|
||||
greyscale_colors = "#FAFAFA#EA3232"
|
||||
inserted_item = /obj/item/toy/crayon/mime
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/emojipedia,
|
||||
)
|
||||
|
||||
/obj/item/modular_computer/tablet/pda/mime/Initialize(mapload)
|
||||
. = ..()
|
||||
for(var/datum/computer_file/program/messenger/msg in stored_files)
|
||||
msg.mime_mode = TRUE
|
||||
msg.allow_emojis = TRUE
|
||||
msg.ringer_status = FALSE
|
||||
|
||||
/obj/item/modular_computer/tablet/pda/curator
|
||||
@@ -351,13 +353,13 @@
|
||||
inserted_item = /obj/item/pen/fountain
|
||||
long_ranged = TRUE
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/emojipedia,
|
||||
/datum/computer_file/program/newscaster,
|
||||
)
|
||||
|
||||
/obj/item/modular_computer/tablet/pda/curator/Initialize(mapload)
|
||||
. = ..()
|
||||
for(var/datum/computer_file/program/messenger/msg in stored_files)
|
||||
msg.allow_emojis = TRUE
|
||||
msg.ringer_status = FALSE
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user