mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[MIRROR] Makes the Messenger program baked into PDAs, fixing heads not getting all of their roundstart programs [MDB IGNORE] (#13844)
* Makes the Messenger program baked into PDAs, fixing heads not getting all of their roundstart programs (#67223) Makes the Messenger program undeletable, take up no space and be unavailable for download * Makes the Messenger program baked into PDAs, fixing heads not getting all of their roundstart programs Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
program_icon_state = "command"
|
||||
program_state = PROGRAM_STATE_BACKGROUND
|
||||
extended_desc = "This program allows old-school communication with other modular devices."
|
||||
size = 8
|
||||
size = 0
|
||||
undeletable = TRUE // It comes by default in tablets, can't be downloaded, takes no space and should obviously not be able to be deleted.
|
||||
available_on_ntnet = FALSE
|
||||
usage_flags = PROGRAM_TABLET
|
||||
ui_header = "ntnrc_idle.gif"
|
||||
available_on_ntnet = TRUE
|
||||
tgui_id = "NtosMessenger"
|
||||
program_icon = "comment-alt"
|
||||
alert_able = TRUE
|
||||
|
||||
Reference in New Issue
Block a user