mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 09:56:47 +01:00
ec530578f6
Some regression cropped up somewhere that made fabrication systems break- adds a bunch of helpers to deal with.
18 lines
573 B
Plaintext
18 lines
573 B
Plaintext
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
|
|
|
|
//All devices that link into the R&D console fall into thise type for easy identification and some shared procs.
|
|
|
|
/obj/structure/machinery/r_n_d
|
|
name = "R&D device"
|
|
icon = 'icons/obj/machinery/research.dmi'
|
|
density = TRUE
|
|
anchored = TRUE
|
|
var/busy = 0
|
|
var/obj/structure/machinery/computer/rdconsole/linked_console
|
|
|
|
/obj/structure/machinery/r_n_d/attack_hand(mob/user as mob)
|
|
return
|
|
|
|
/obj/structure/machinery/r_n_d/proc/getMaterialType(var/name)
|
|
return SSmaterials.material_stack_type(name)
|