Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 12:15:58 +02:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
+7 -5
View File
@@ -46,8 +46,10 @@
violent = ""
var/temperature_text = "([temperature - (T0C + 20)]C)"
admin_attack_log(attacker,
victim,
"used \the [I] to [violent]inject - [reagents] [temperature_text] - [amount_transferred]u transferred",
"was [violent]injected with \the [I] - [reagents] [temperature_text] - [amount_transferred]u transferred",
"used \the [I] to [violent]inject [reagents] [temperature_text] ([amount_transferred]u transferred) into")
admin_attack_log(
attacker,
victim,
"used \the [I] to [violent]inject - [reagents] [temperature_text] - [amount_transferred]u transferred",
"was [violent]injected with \the [I] - [reagents] [temperature_text] - [amount_transferred]u transferred",
"used \the [I] to [violent]inject [reagents] [temperature_text] ([amount_transferred]u transferred) into"
)