Adds cool sword mouse cursor maintenance pda app (#84337)

## About The Pull Request

Adds a maintenance disk that makes your PDA turn your mouse cursor into
a cool sword when it's worn in your ID slot


https://github.com/tgstation/tgstation/assets/51863163/ae5c50a1-e6fd-40bb-8957-4af2f6618cba

## Why It's Good For The Game

I saw a discord comment about this and it made me laugh.

## Changelog

🆑 Melberte
add: Cool Sword Cursor Maintenance App
/🆑
This commit is contained in:
MrMelbert
2024-06-26 22:49:49 -05:00
committed by GitHub
parent c2fb07bc7b
commit 74b92c63de
6 changed files with 139 additions and 1 deletions
@@ -39,7 +39,7 @@
stored_files.Remove(file_removing)
used_capacity -= file_removing.size
SEND_SIGNAL(src, COMSIG_MODULAR_COMPUTER_FILE_DELETE, file_removing)
SEND_SIGNAL(file_removing, COMSIG_COMPUTER_FILE_DELETE)
SEND_SIGNAL(file_removing, COMSIG_COMPUTER_FILE_DELETE, src)
qdel(file_removing)
return TRUE
@@ -25,3 +25,6 @@
/obj/item/computer_disk/maintenance/theme/Initialize(mapload)
starting_programs = list(pick(subtypesof(/datum/computer_file/program/maintenance/theme)))
return ..()
/obj/item/computer_disk/maintenance/cool_sword
starting_programs = list(/datum/computer_file/program/maintenance/cool_sword)