mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Whitespace cleanup part 2. (#19891)
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
return TRUE
|
||||
|
||||
/****************************************************
|
||||
DAMAGE PROCS
|
||||
DAMAGE PROCS
|
||||
****************************************************/
|
||||
|
||||
/obj/item/organ/external/receive_damage(brute, burn, sharp, used_weapon = null, list/forbidden_limbs = list(), ignore_resists = FALSE, updating_health = TRUE)
|
||||
@@ -347,7 +347,7 @@ This function completely restores a damaged organ to perfect condition.
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/****************************************************
|
||||
PROCESSING & UPDATING
|
||||
PROCESSING & UPDATING
|
||||
****************************************************/
|
||||
|
||||
//Determines if we even need to process this organ.
|
||||
@@ -482,7 +482,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
|
||||
|
||||
/****************************************************
|
||||
DISMEMBERMENT
|
||||
DISMEMBERMENT
|
||||
****************************************************/
|
||||
|
||||
//Handles dismemberment
|
||||
@@ -616,7 +616,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
I.forceMove(T)
|
||||
|
||||
/****************************************************
|
||||
HELPERS
|
||||
HELPERS
|
||||
****************************************************/
|
||||
/obj/item/organ/external/proc/release_restraints(mob/living/carbon/human/holder)
|
||||
if(!holder)
|
||||
@@ -795,8 +795,8 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
return
|
||||
if(owner)
|
||||
owner.visible_message("<span class='warning'>\The [owner]'s [name] turns into a mangled mess!</span>", \
|
||||
"<span class='userdanger'>Your [name] becomes a mangled mess!</span>", \
|
||||
"<span class='warning'>You hear a sickening sound.</span>")
|
||||
"<span class='userdanger'>Your [name] becomes a mangled mess!</span>", \
|
||||
"<span class='warning'>You hear a sickening sound.</span>")
|
||||
|
||||
status |= ORGAN_DISFIGURED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user