Skip to content

Commit

Permalink
Typo in four-color pen feedback
Browse files Browse the repository at this point in the history
Change message starting, "pen will now write..."
Now it starts grammatically correct: "The pen will now..."
  • Loading branch information
octareenroon91 committed Nov 18, 2015
1 parent 5b429cf commit c183c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/pen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
colour = "blue"
else
colour = "black"
user << "<span class='notice'>[src] will now write in [colour].</span>"
user << "<span class='notice'>\The [src] will now write in [colour].</span>"
desc = "It's a fancy four-color ink pen, set to [colour]."

/obj/item/weapon/pen/attack(mob/living/M, mob/user,stealth)
Expand Down

0 comments on commit c183c66

Please sign in to comment.