mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** Component representing acid applied to an object.
|
||||
*
|
||||
* Must be attached to an atom.
|
||||
* Processes, repeatedly damaging whatever it is attached to.
|
||||
* If the parent atom is a turf it applies acid to the contents of the turf.
|
||||
*/
|
||||
*
|
||||
* Must be attached to an atom.
|
||||
* Processes, repeatedly damaging whatever it is attached to.
|
||||
* If the parent atom is a turf it applies acid to the contents of the turf.
|
||||
*/
|
||||
/datum/component/acid
|
||||
dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS
|
||||
/// The strength of the acid on the parent [/atom].
|
||||
|
||||
Reference in New Issue
Block a user