Temperature + Reagent Fixes (#5535)

Fixes #5530
Fixes #5533

Also reduces the burn damage from hot reagents by 90%.
This commit is contained in:
BurgerLUA
2018-11-04 21:11:02 -08:00
committed by Erki
parent 122be6992d
commit 5b71440cdc
5 changed files with 47 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ proc/admin_inject_log(mob/attacker, mob/victim, obj/item/weapon, reagents, tempe
else
violent = ""
var/temperature_text = "Temperature: ([temperature]K/[temperature]C)"
var/temperature_text = "([temperature - (T0C + 20)]C)"
admin_attack_log(attacker,
victim,
"used \the [weapon] to [violent]inject - [reagents] [temperature_text] - [amount_transferred]u transferred",