mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 06:52:39 +00:00
[MIRROR] Removes tablet hard drives entirely (HDD & SSD) [MDB IGNORE] (#17164)
* Removes tablet hard drives entirely (HDD & SSD) * map updates * changes * contractor uplink theme * uplink improvements * tab Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -294,8 +294,7 @@
|
||||
// We don't want corpse PDAs to show up in the messenger list.
|
||||
var/obj/item/modular_computer/tablet/pda/messenger = locate() in spawned_human
|
||||
if(messenger)
|
||||
var/obj/item/computer_hardware/hard_drive/hdd = messenger.all_components[MC_HDD]
|
||||
var/datum/computer_file/program/messenger/message_app = locate() in hdd.stored_files
|
||||
var/datum/computer_file/program/messenger/message_app = locate() in messenger.stored_files
|
||||
if(message_app)
|
||||
message_app.invisible = TRUE
|
||||
// Or on crew monitors
|
||||
|
||||
Reference in New Issue
Block a user