mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Merge pull request #498 from Miniature/master
Added a cap to chem dispenser charge
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
|
||||
/obj/machinery/chem_dispenser/process()
|
||||
if(stat & NOPOWER) return
|
||||
if(!charging_reagents) return
|
||||
if(!charging_reagents || src.energy > 30) return
|
||||
|
||||
use_power(10000)
|
||||
src.energy += 0.05
|
||||
|
||||
Reference in New Issue
Block a user