Fixes limbgrower having max volume of 0 (#35491)

* Fixed limbgrower having maxvolume of 0

* Update limbgrower.dm
This commit is contained in:
Robustin
2018-02-10 10:56:05 -05:00
committed by CitadelStationBot
parent 0283c1677b
commit 25323a9b12
+2 -2
View File
@@ -33,9 +33,9 @@
)
/obj/machinery/limbgrower/Initialize()
. = ..()
create_reagents(0)
create_reagents(100)
stored_research = new /datum/techweb/specialized/autounlocking/limbgrower
. = ..()
/obj/machinery/limbgrower/interact(mob/user)
if(!is_operational())