[MIRROR] Tanker Value Runtime fix (#12645)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-08 18:25:42 +02:00
committed by GitHub
co-authored by Will
parent a832d812b1
commit 06571da9eb
+2
View File
@@ -142,6 +142,8 @@
/datum/element/sellable/trolley_tank/calculate_sell_value(obj/source)
var/obj/vehicle/train/trolley_tank/tank = source
if(!length(tank.reagents.reagent_list))
return 0
// Update export values
var/datum/reagent/R = tank.reagents.reagent_list[1]