mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +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:
@@ -238,7 +238,7 @@
|
||||
usr.visible_message("<span class='notice'>[usr] picks up the deck.</span>")
|
||||
|
||||
/obj/item/pack
|
||||
name = "Card Pack"
|
||||
name = "card pack"
|
||||
desc = "For those with disposable income."
|
||||
|
||||
icon_state = "card_pack"
|
||||
@@ -249,7 +249,7 @@
|
||||
|
||||
|
||||
/obj/item/pack/attack_self(mob/user as mob)
|
||||
user.visible_message("<span class='notice'>[name] rips open the [src]!</span>", "<span class='notice'>You rips open the [src]!</span>")
|
||||
user.visible_message("<span class='notice'>[name] rips open [src]!</span>", "<span class='notice'>You rip open [src]!</span>")
|
||||
var/obj/item/cardhand/H = new(get_turf(user))
|
||||
|
||||
H.cards += cards
|
||||
@@ -410,8 +410,8 @@
|
||||
if(cards.len)
|
||||
update_icon()
|
||||
if(H.cards.len)
|
||||
usr.visible_message("<span class='notice'>The [usr] plays the [discarding].</span>", "<span class='notice'>You play the [discarding].</span>")
|
||||
H.loc = get_step(usr,usr.dir)
|
||||
user.visible_message("<span class='notice'>[user] plays the [discarding].</span>", "<span class='notice'>You play the [discarding].</span>")
|
||||
H.loc = get_step(user, user.dir)
|
||||
|
||||
if(!cards.len)
|
||||
qdel(src)
|
||||
|
||||
@@ -28,5 +28,5 @@
|
||||
cards -= P
|
||||
cards = newcards
|
||||
playsound(user, 'sound/items/cardshuffle.ogg', 50, 1)
|
||||
user.visible_message("<span class ='notice'>[user] shuffles [src].</span>", "<span class='notice'>You shuffle the [src].</span>")
|
||||
user.visible_message("<span class='notice'>[user] shuffles [src].</span>", "<span class='notice'>You shuffle [src].</span>")
|
||||
cooldown = world.time
|
||||
|
||||
Reference in New Issue
Block a user