mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
Fixes an issue with firing pin boxes being filled incorrectly + fix to farmbots (#5747)
Fixes #5748
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
// Assembly
|
||||
|
||||
/mob/living/bot/farmbot/proc/check_tank()
|
||||
return ((!target && refills_water && tank && tank.reagents.total_volume < tank.reagents.maximum_volume) || ((tank.reagents.maximum_volume - tank.reagents.total_volume ) / reagents.maximum_volume) <= 0.3)
|
||||
return ((!target && refills_water && tank && tank.reagents.total_volume < tank.reagents.maximum_volume) || ((tank.reagents.total_volume ) / reagents.maximum_volume) <= 0.3)
|
||||
|
||||
/obj/item/weapon/farmbot_arm_assembly
|
||||
name = "water tank/robot arm assembly"
|
||||
|
||||
Reference in New Issue
Block a user