mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
/// Given to Nuke Ops members.
|
|
/obj/item/modular_computer/tablet/nukeops/Initialize(mapload)
|
|
. = ..()
|
|
install_component(new /obj/item/computer_hardware/battery(src, /obj/item/stock_parts/cell/computer))
|
|
install_component(new /obj/item/computer_hardware/hard_drive/small/nukeops)
|