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
+1 -1
View File
@@ -48,7 +48,7 @@ note dizziness decrements automatically in the mob's Life() proc.
/mob/proc/make_jittery(var/amount)
return
/mob/living/carbon/human/make_jittery(amount)
/mob/living/carbon/human/make_jittery(amount)
jitteriness = min(1000, jitteriness + amount) // store what will be new value
// clamped to max 1000
if(jitteriness > 100 && !is_jittery && stat != DEAD && !(status_flags & FAKEDEATH))