Fixes limbgrower having max volume of 0 (#35491)
* Fixed limbgrower having maxvolume of 0 * Update limbgrower.dm
This commit is contained in:
committed by
CitadelStationBot
parent
0283c1677b
commit
25323a9b12
@@ -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