Last editorconfig fixup (#17782)

* one

* two

* three

* fsdsdf
This commit is contained in:
Fluffy
2023-11-20 19:22:42 +01:00
committed by GitHub
parent 635c3d4398
commit c25c8b6a37
346 changed files with 408 additions and 367 deletions

View File

@@ -96,4 +96,4 @@
// Damages the component. Contains necessary checks. Negative damage "heals" the component.
/obj/item/computer_hardware/proc/take_damage(var/amount)
damage += round(amount) // We want nice rounded numbers here.
damage = between(0, damage, max_damage) // Clamp the value.
damage = between(0, damage, max_damage) // Clamp the value.