File standardisation (#13131)

* Adds the check components

* Adds in trailing newlines

* Converts all CRLF to LF

* Post merge EOF

* Post merge line endings

* Final commit
This commit is contained in:
AffectedArc07
2020-03-17 18:08:51 -04:00
committed by GitHub
parent ec19ea3d2d
commit 04ba5c1cc9
1451 changed files with 183694 additions and 183593 deletions
+1 -1
View File
@@ -229,4 +229,4 @@
return TRUE
/datum/status_effect/regenerative_core/on_remove()
owner.status_flags &= ~IGNORESLOWDOWN
owner.status_flags &= ~IGNORESLOWDOWN
+1 -1
View File
@@ -112,4 +112,4 @@
playsound(T, "desceration", 200, 1, -1)
owner.adjustBruteLoss(bleed_damage)
else
new /obj/effect/temp_visual/bleed(get_turf(owner))
new /obj/effect/temp_visual/bleed(get_turf(owner))
+1 -1
View File
@@ -43,4 +43,4 @@
/datum/status_effect/freon/watcher
duration = 8
can_melt = FALSE
can_melt = FALSE
+1 -1
View File
@@ -44,4 +44,4 @@
alert_type = null
/datum/status_effect/high_five/on_remove()
owner.visible_message("[owner] was left hanging....")
owner.visible_message("[owner] was left hanging....")
+1 -1
View File
@@ -234,4 +234,4 @@
owner.cut_overlay(status_overlay)
owner.underlays -= status_underlay
QDEL_NULL(status_overlay)
return ..()
return ..()