mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Removes the the vast majority of 'The the' from the the code (#15597)
* The the * Some more * Review 1 * A couple more
This commit is contained in:
@@ -99,12 +99,12 @@
|
||||
if(L_item)
|
||||
A = pick(oview(range))
|
||||
L_item.throw_at(A, range, 2)
|
||||
to_chat(owner, "<span class='notice'>Your left arm spasms and throws the [L_item.name]!</span>")
|
||||
to_chat(owner, "<span class='notice'>Your left arm spasms and throws [L_item]!</span>")
|
||||
l_hand_obj = null
|
||||
if(R_item)
|
||||
A = pick(oview(range))
|
||||
R_item.throw_at(A, range, 2)
|
||||
to_chat(owner, "<span class='notice'>Your right arm spasms and throws the [R_item.name]!</span>")
|
||||
to_chat(owner, "<span class='notice'>Your right arm spasms and throws [R_item]!</span>")
|
||||
r_hand_obj = null
|
||||
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_drop/proc/release_items()
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
current_type = "burn"
|
||||
var/obj/item/stack/cable_coil/C = tool
|
||||
if(!(affected.burn_dam > 0))
|
||||
to_chat(user, "<span class='warning'>The [affected] does not have any burn damage!</span>")
|
||||
to_chat(user, "<span class='warning'>\The [affected] does not have any burn damage!</span>")
|
||||
return -1
|
||||
if(!istype(C))
|
||||
return -1
|
||||
@@ -223,7 +223,7 @@
|
||||
else if(implement_type in implements_heal_brute)
|
||||
current_type = "brute"
|
||||
if(!(affected.brute_dam > 0 || affected.disfigured))
|
||||
to_chat(user, "<span class='warning'>The [affected] does not require welding repair!</span>")
|
||||
to_chat(user, "<span class='warning'>\The [affected] does not require welding repair!</span>")
|
||||
return -1
|
||||
if(tool.tool_behaviour == TOOL_WELDER)
|
||||
if(!tool.use(1))
|
||||
|
||||
Reference in New Issue
Block a user