Files
18fc2d9b16 [MIRROR] Oldstation now has their own RND [MDB IGNORE] (#23567)
* Oldstation now has their own RND

* Update oldstation_fluff.dm

* Update techweb_types.dm

* beaker capacity

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-09-07 22:36:11 -04:00

9 lines
264 B
Plaintext

/obj/machinery/computer/old
name = "old computer"
circuit = /obj/item/circuitboard/computer
/obj/machinery/computer/old/Initialize(mapload)
icon_keyboard = pick("generic_key", "med_key")
icon_screen = pick("generic", "comm_monitor", "comm_logs")
return ..()