Skip to content

Commit

Permalink
this is cool too
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 24, 2024
1 parent 77bd28b commit 059aebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ FORENSIC SCANNER
return
var/result
var/datum/reagent/chem = tank.reagents.reagent_list[1]
result += SPAN_BLUE("Fuel Statistics:")
result += SPAN_BLUE("<br>Intensity: [min(chem.intensityfire, tank.max_intensity)]")
result += SPAN_BLUE("<br>Duration: [min(chem.durationfire, tank.max_duration)]")
result += SPAN_BLUE("<br>Range: [min(chem.rangefire, tank.max_range)]")
Expand Down

0 comments on commit 059aebb

Please sign in to comment.