Merge pull request #13677 from silicons/newlines

Adds missing EOF newlines
This commit is contained in:
Putnam3145
2020-11-18 17:50:38 -08:00
committed by GitHub
373 changed files with 373 additions and 373 deletions
@@ -28,4 +28,4 @@
active = TRUE
/datum/bioware/proc/on_lose()
return
return
@@ -11,4 +11,4 @@
var/datum/bioware/B = X
if(B.mod_type == bioware_target)
return FALSE
return TRUE
return TRUE
@@ -42,4 +42,4 @@
/datum/bioware/hooked_ligaments/on_lose()
..()
REMOVE_TRAIT(owner, TRAIT_LIMBATTACHMENT, "ligament_hook")
REMOVE_TRAIT(owner, TRAIT_EASYDISMEMBER, "ligament_hook")
REMOVE_TRAIT(owner, TRAIT_EASYDISMEMBER, "ligament_hook")
@@ -42,4 +42,4 @@
/datum/bioware/reinforced_ligaments/on_lose()
..()
REMOVE_TRAIT(owner, TRAIT_NODISMEMBER, "reinforced_ligaments")
REMOVE_TRAIT(owner, TRAIT_EASYLIMBDISABLE, "reinforced_ligaments")
REMOVE_TRAIT(owner, TRAIT_EASYLIMBDISABLE, "reinforced_ligaments")
@@ -39,4 +39,4 @@
/datum/bioware/muscled_veins/on_lose()
..()
REMOVE_TRAIT(owner, TRAIT_STABLEHEART, "muscled_veins")
REMOVE_TRAIT(owner, TRAIT_STABLEHEART, "muscled_veins")
@@ -34,4 +34,4 @@
/datum/surgery_step/toxichealing/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
user.visible_message("[user] screws up!", "<span class='warning'>You screwed up!</span>")
target.take_bodypart_damage(25,0)
return FALSE
return FALSE
+1 -1
View File
@@ -290,4 +290,4 @@
. |= HAND_LEFT
if(ARM_RIGHT)
. |= HAND_RIGHT
. |= L.body_part
. |= L.body_part
+1 -1
View File
@@ -38,4 +38,4 @@
target.reagents.reaction(owner, INGEST)
target.reagents.trans_to(owner, target.reagents.total_volume)
qdel(target)
return 1
return 1
+1 -1
View File
@@ -44,4 +44,4 @@
"<span class='warning'>[user] screws up!</span>")
H.losebreath += 4
H.adjustOrganLoss(ORGAN_SLOT_LUNGS, 10)
return FALSE
return FALSE
+1 -1
View File
@@ -188,4 +188,4 @@
/datum/surgery_step/add_plating/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
display_results(user, target, "<span class='notice'>You begin to add plating to [target]'s [parse_zone(target_zone)]...</span>",
"[user] begins to add plating to [target]'s [parse_zone(target_zone)].",
"[user] begins to add plating to [target]'s [parse_zone(target_zone)].")
"[user] begins to add plating to [target]'s [parse_zone(target_zone)].")
+1 -1
View File
@@ -276,4 +276,4 @@
/obj/item/organ/tongue/arachnid/Initialize(mapload)
. = ..()
languages_possible = languages_possible_arachnid
languages_possible = languages_possible_arachnid
+1 -1
View File
@@ -132,4 +132,4 @@
name = "repair damage"
brutehealing = 10
burnhealing = 10
missinghpbonus = 15
missinghpbonus = 15
+1 -1
View File
@@ -175,4 +175,4 @@
//RESOLVED ISSUES //"Todo" jobs that have been completed
//combine hands/feet into the arms - Hands/feet were removed - RR
//surgeries (not steps) that can be initiated on any body part (corresponding with damage locations) - Call this one done, see possible_locs var - c0
//surgeries (not steps) that can be initiated on any body part (corresponding with damage locations) - Call this one done, see possible_locs var - c0