mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user