mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Temperature + Reagent Fixes (#5535)
Fixes #5530 Fixes #5533 Also reduces the burn damage from hot reagents by 90%.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user