Goonstation Forums
Trivial Incorrect Units in Vent Capture Unit examine-text - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9)
+--- Thread: Trivial Incorrect Units in Vent Capture Unit examine-text (/showthread.php?tid=13421)



Incorrect Units in Vent Capture Unit examine-text - Triacontakai - 12-03-2019

here is an example of the vent capture unit examine text:
Code:
This is a vent capture unit.
A piece of machinery that converts vent output into electricity.
Current Output : 165000 W
Total Output : 3.762e+07 W
as you may have noticed, the "Total Output" value is in watts (joules/second), when it should clearly be in joules since it represents the total energy the vent has produced across its lifetime

please rectify this nitpick critical issue immediately


RE: Incorrect Units in Vent Capture Unit examine-text - pali6 - 12-07-2019

This is unrelated but just wait until you see artlab elecbox code:

Code:
power_usage = src.wattage * src.voltage + 220

// ???????? (voltwatts????)

var/current = src.wattage * src.voltage