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
+5 -5
View File
@@ -268,7 +268,7 @@
owner.update_action_buttons()
/****************************************************
DAMAGE PROCS
DAMAGE PROCS
****************************************************/
/obj/item/organ/external/proc/is_damageable(var/additional_damage = 0)
@@ -569,7 +569,7 @@ This function completely restores a damaged organ to perfect condition.
wounds += W
/****************************************************
PROCESSING & UPDATING
PROCESSING & UPDATING
****************************************************/
//external organs handle brokenness a bit differently when it comes to damage. Instead brute_dam is checked inside process()
@@ -916,7 +916,7 @@ Note that amputating the affected organ does in fact remove the infection from t
return "[tbrute][tburn]"
/****************************************************
DISMEMBERMENT
DISMEMBERMENT
****************************************************/
/obj/item/organ/external/proc/post_droplimb(mob/living/carbon/human/victim)
@@ -987,7 +987,7 @@ Note that amputating the affected organ does in fact remove the infection from t
M.Turn(rand(180))
src.transform = M
if(!clean)
//Throw limb around.
//Throw limb around.
if(src && isturf(loc))
INVOKE_ASYNC(src, TYPE_PROC_REF(/atom/movable, throw_at), get_edge_target_turf(src,pick(alldirs)), rand(1,3), 4)
dir = 2
@@ -1022,7 +1022,7 @@ Note that amputating the affected organ does in fact remove the infection from t
qdel(src)
/****************************************************
HELPERS
HELPERS
****************************************************/
/obj/item/organ/external/proc/is_stump()