mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
* 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>
9 lines
264 B
Plaintext
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 ..()
|