Files
Aurora.3/code/modules/integrated_electronics
Erki d954d22ff5 Fixes IE circuit printers not being able to print things (#6818)
Issue:
A previous exploit by me was haphazardly implemented. I had assumed that the IE printer could only print items of the two types. Turns out, not the case. Result: printer can't print half the shit is should.

Solution:
Implement proper sanitazation. I found out that all printable items are in the SSelectronics list. So I implemented /obj/item/device/integrated_circuit_printer/proc/can_print(build_type) to check if the build_type is represented in the list of items of the current category.
2019-08-04 00:23:11 +03:00
..