Assembly bomb creation logging now logs in Kelvin. (#62148)

It was in fucking celsius, but they never specified that they were in celsius, and one would assume it would be in kelvin as that's the default unit.
This commit is contained in:
Pickle-Coding
2021-10-17 15:48:44 -04:00
committed by GitHub
parent 10cb5d70c3
commit 230c3cebaf
+1 -1
View File
@@ -59,7 +59,7 @@
if(I.use_tool(src, user, 0, volume=40))
status = TRUE
var/datum/gas_mixture/bomb_mix = bombtank.return_air()
log_bomber(user, "welded a single tank bomb,", src, "| Temp: [bomb_mix.temperature-T0C]")
log_bomber(user, "welded a single tank bomb,", src, "| Temp: [bomb_mix.temperature]")
to_chat(user, span_notice("A pressure hole has been bored to [bombtank] valve. \The [bombtank] can now be ignited."))
add_fingerprint(user)
return TRUE