mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +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:
@@ -19,9 +19,9 @@
|
||||
|
||||
/obj/item/creeping_widow_injector/attack_self(mob/living/carbon/human/user as mob)
|
||||
if(!used)
|
||||
user.visible_message("<span class='warning'>You stick the [src]'s needle into your arm and press the button.", \
|
||||
"<span class='warning'>[user] sticks the [src]'s needle [user.p_their()] arm and presses the button.")
|
||||
to_chat(user, "<span class='info'>The nanomachines in the [src] flow through your bloodstream.")
|
||||
user.visible_message("<span class='warning'>You stick [src]'s needle into your arm and press the button.", \
|
||||
"<span class='warning'>[user] sticks [src]'s needle [user.p_their()] arm and presses the button.")
|
||||
to_chat(user, "<span class='info'>The nanomachines in [src] flow through your bloodstream.")
|
||||
|
||||
var/datum/martial_art/ninja_martial_art/N = new/datum/martial_art/ninja_martial_art(null)
|
||||
N.teach(user)
|
||||
@@ -31,7 +31,7 @@
|
||||
desc = "A strange autoinjector made of a black metal.<br>It appears to be used up and empty."
|
||||
return 0
|
||||
else
|
||||
to_chat(user, "<span class='warning'>The [src] has been used already!</span>")
|
||||
to_chat(user, "<span class='warning'>[src] has been used already!</span>")
|
||||
return 1
|
||||
|
||||
// Ninja martial art datum
|
||||
|
||||
Reference in New Issue
Block a user