mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Merge branch 'master' of https://github.com/Bubberstation/Bubberstation into upstream-25-02a
This commit is contained in:
@@ -319,6 +319,7 @@
|
||||
computer_id_slot.forceMove(drop_location())
|
||||
|
||||
computer_id_slot = null
|
||||
SEND_SIGNAL(src, COMSIG_MODULAR_COMPUTER_REMOVED_ID, computer_id_slot, user) // BUBBER EDIT ADDITION - Signal on ID removal
|
||||
|
||||
if(!silent && !isnull(user))
|
||||
to_chat(user, span_notice("You remove the card from the card slot."))
|
||||
|
||||
@@ -38,10 +38,11 @@
|
||||
/datum/computer_file/program/messenger,
|
||||
/datum/computer_file/program/nt_pay,
|
||||
/datum/computer_file/program/notepad,
|
||||
// SKYRAT EDIT ADDITION START
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
// BUBBER EDIT ADDITION START
|
||||
/datum/computer_file/program/maintenance/camera, // Adds camera to all base tablets
|
||||
// SKRAT EDIT ADDITION END
|
||||
/datum/computer_file/program/crew_manifest
|
||||
/datum/computer_file/program/crew_self_serve, // Crew Self Serve
|
||||
// BUBBER EDIT ADDITION END
|
||||
)
|
||||
///List of items that can be stored in a PDA
|
||||
var/static/list/contained_item = list(
|
||||
|
||||
Reference in New Issue
Block a user