Merge pull request #5397 from Citadel-Station-13/upstream-merge-35491
[MIRROR] Fixes limbgrower having max volume of 0
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user