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
+2 -2
View File
@@ -1,6 +1,6 @@
/*
/datum/effect_system
var/atom/movable/holder
var/atom/movable/holder
- The atom that this effect_system is attached to.
var/no_del
- If this effect_system should be deleted at end of processing.
@@ -14,7 +14,7 @@
- Called when the object is queued for update. Overriding procs should call ..()
/datum/effect_system/process()
- Called when the processor processes this effect.
- Called when the processor processes this effect.
Return ..() to allow default behavior of self-destroying after one tick.
Alternately; EFFECT_HALT, EFFECT_CONTINUE, and EFFECT_DESTROY can be used to tell the processor what to do with the object.