mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-19 15:06:33 +01:00
- all cells in the game are now small, medium, large - super, hyper capacity cells, device, and weapon cells are all removed - cells now have standardized variants, some of which are printable by R&D - energy weapons rebalanced - **advanced energy guns and stun revolvers removed** - use the new modular weapon system and microfission cells. --------- Co-authored-by: silicons <silicons@silicons.dev>
15 lines
475 B
Plaintext
15 lines
475 B
Plaintext
/obj/item/modular_computer
|
|
var/list/paired_uavs //Weakrefs, don't worry about it!
|
|
|
|
/datum/computer_file/program/uav
|
|
filename = "rigger"
|
|
filedesc = "UAV Control"
|
|
tguimodule_path = /datum/tgui_module/uav
|
|
program_icon_state = "comm_monitor"
|
|
program_key_state = "generic_key"
|
|
program_menu_icon = "link"
|
|
extended_desc = "This program allows remote control of certain drones, but only when paired with this device."
|
|
size = 12
|
|
available_on_ntnet = 1
|
|
//requires_ntnet = 1
|