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