mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
Un-nerfs recycling digestion material gains and fixes recycling upgrades. (#6907)
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
var/negative_dir = null //VOREStation Addition
|
||||
var/hand_fed = TRUE //CHOMPAdd
|
||||
|
||||
/obj/machinery/recycling/Initialize() //CHOMPAdd
|
||||
. = ..()
|
||||
default_apply_parts()
|
||||
|
||||
/obj/machinery/recycling/process()
|
||||
return PROCESS_KILL // these are all stateful
|
||||
|
||||
|
||||
Reference in New Issue
Block a user