Bug fixes

- Fixes not being able to put multiple items into a processor.
- Fixes monkey recycler design having the same ID as the smartfridge.
This commit is contained in:
DZD
2015-08-22 14:02:41 -04:00
parent 32c849a1d5
commit 9f6cc85d7a
2 changed files with 2 additions and 9 deletions
@@ -265,7 +265,7 @@
/datum/design/monkey_recycler
name = "Machine Design (Monkey Recycler Board)"
desc = "The circuit board for a monkey recycler."
id = "smartfridge"
id = "monkey_recycler"
req_tech = list("programming" = 1)
build_type = IMPRINTER
materials = list("$glass" = 1000, "sacid" = 20)