mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +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:
@@ -458,7 +458,7 @@
|
||||
ME2.Uses--
|
||||
if(ME2.Uses <= 0) // give the notification that the slime core is dead
|
||||
for(var/mob/living/M in seen)
|
||||
to_chat(M, "<span class='notice'>[bicon(my_atom)] The [my_atom]'s power is consumed in the reaction.</span>")
|
||||
to_chat(M, "<span class='notice'>[bicon(my_atom)] [my_atom]'s power is consumed in the reaction.</span>")
|
||||
ME2.name = "used slime extract"
|
||||
ME2.desc = "This extract has been used up."
|
||||
|
||||
|
||||
@@ -571,7 +571,7 @@
|
||||
cell.update_icon()
|
||||
cell.loc = get_turf(src)
|
||||
cell = null
|
||||
to_chat(user, "<span class='notice'>You remove the cell from the [src].</span>")
|
||||
to_chat(user, "<span class='notice'>You remove the cell from [src].</span>")
|
||||
update_icon()
|
||||
return
|
||||
..()
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
return
|
||||
|
||||
if(panel_open)
|
||||
to_chat(user, "<span class='warning'>You can't use the [name] while it's panel is opened!</span>")
|
||||
to_chat(user, "<span class='warning'>You can't use [src] while it's panel is opened!</span>")
|
||||
return TRUE
|
||||
|
||||
if(istype(I, /obj/item/reagent_containers/glass) || istype(I, /obj/item/reagent_containers/food/drinks/drinkingglass))
|
||||
|
||||
@@ -432,7 +432,7 @@
|
||||
slime.update_name()
|
||||
continue
|
||||
slime.rabid = 1
|
||||
slime.visible_message("<span class='danger'>The [slime] is driven into a frenzy!</span>")
|
||||
slime.visible_message("<span class='danger'>[slime] is driven into a frenzy!</span>")
|
||||
|
||||
|
||||
/datum/chemical_reaction/slimespeed
|
||||
@@ -563,7 +563,7 @@
|
||||
SSblackbox.record_feedback("tally", "slime_cores_used", 1, type)
|
||||
if(holder.my_atom)
|
||||
var/obj/item/stack/ore/bluespace_crystal/BC = new(get_turf(holder.my_atom))
|
||||
BC.visible_message("<span class='notice'>The [BC.name] appears out of thin air!</span>")
|
||||
BC.visible_message("<span class='notice'>[BC] appears out of thin air!</span>")
|
||||
|
||||
//Cerulean
|
||||
/datum/chemical_reaction/slimepsteroid2
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
|
||||
/obj/item/reagent_containers/dropper/precision/viral_injector/attack(mob/living/M, mob/living/user, def_zone)
|
||||
if(M.can_inject(user, TRUE))
|
||||
to_chat(user, "<span class='warning'>You stab [M] with the [src].</span>")
|
||||
to_chat(user, "<span class='warning'>You stealthily stab [M] with [src].</span>")
|
||||
if(reagents.total_volume && M.reagents)
|
||||
var/list/injected = list()
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
return
|
||||
|
||||
if(get_dist(get_turf(src), get_turf(injection_target)) > 1)
|
||||
to_chat(injection_target, "<span class='userdanger'>The [src]'s' needle is ripped out of you!</span>")
|
||||
to_chat(injection_target, "<span class='userdanger'>[src]'s needle is ripped out of you!</span>")
|
||||
injection_target.apply_damage(3, BRUTE, pick("r_arm", "l_arm"))
|
||||
end_processing()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user