Files
Batrachophreno ec530578f6 Materials repath stuff (#22815)
Some regression cropped up somewhere that made fabrication systems
break- adds a bunch of helpers to deal with.
2026-07-10 23:37:13 +00:00

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)