Skip to content

Commit c165582

Browse files
Grammar and formatting issue nuke (#38346)
* Grammar and formatting nuke * some more fixes * Update code/game/objects/items/weapons/cards_ids.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/modules/hydroponics/hydro_tray.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/modules/surgery/implant.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/modules/surgery/implant.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/modules/surgery/implant.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/game/machinery/camera/camera.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/game/machinery/camera/camera.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> * Update code/game/machinery/camera/camera.dm Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com> --------- Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com>
1 parent c70deb0 commit c165582

File tree

18 files changed

+42
-29
lines changed

18 files changed

+42
-29
lines changed

code/datums/striketeams/emergency_response_team.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var/list/response_team_members = list()
124124
..()
125125
if(Adjacent(user))
126126
if(occupant)
127-
to_chat(user, "A figure floats in the depths, they appear to be [occupant.real_name]")
127+
to_chat(user, "A figure floats in the depths, they appear to be [occupant.real_name].")
128128
else
129129
to_chat(user, "<span class='info'>The chamber appears devoid of anything but its biotic fluids.</span>")
130130
else

code/game/machinery/bees_apiary.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var/list/apiaries_list = list()
123123

124124
/obj/machinery/apiary/examine(mob/user)
125125
..()
126-
var/species_name = "bees"//people would expect an apiary to contain bees by default I guess.
126+
var/species_name = BEESPECIES_NORMAL//people would expect an apiary to contain bees by default I guess.
127127
if (species)
128128
species_name = species.common_name
129129
if(!worker_bees_inside && !queen_bees_inside)

code/game/machinery/camera/camera.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ var/list/camera_messages = list()
294294
else if ((istype(W, /obj/item/weapon/paper) || istype(W, /obj/item/device/pda)) && isliving(user))
295295
user.delayNextAttack(5)
296296
var/mob/living/U = user
297-
to_chat(U, "You hold [W] up to the camera ...")
297+
to_chat(U, "You hold \the [W] up to the camera...")
298298

299299
var/info = ""
300300
if(istype(W, /obj/item/weapon/paper))
@@ -314,13 +314,13 @@ var/list/camera_messages = list()
314314
for(var/mob/living/silicon/ai/O in living_mob_list)
315315
if(!O.client)
316316
continue
317-
to_chat(O, "<span class='name'><a href='byond://?src=\ref[O];track=[U.name]'>[U.name]</a></span> holds <a href='byond://?src=\ref[src];message_id=[key]'>[W]</a> up to one of your cameras ...")
317+
to_chat(O, "<span class='name'><a href='byond://?src=\ref[O];track=[U.name]'>[U.name]</a></span> holds <a href='byond://?src=\ref[src];message_id=[key]'>\the [W]</a> up to one of your cameras...")
318318

319319
for(var/obj/machinery/computer/security/tv in tv_monitors)
320320
if(tv.active_camera != src)
321321
continue
322322
for(var/datum/tgui/ui in SStgui.open_uis_by_src[tv])
323-
to_chat(ui.user, "[U] holds <a href='byond://?src=\ref[src];message_id=[key]'>[W]</a> up to one of the cameras ...")
323+
to_chat(ui.user, "[U] holds <a href='byond://?src=\ref[src];message_id=[key]'>\the [W]</a> up to one of the cameras...")
324324
else
325325
..()
326326
add_fingerprint(user)
@@ -598,4 +598,4 @@ var/list/camera_messages = list()
598598
#undef CAMERA_MAX_HEALTH
599599
#undef CAMERA_DEACTIVATE_HEALTH
600600
#undef CAMERA_MIN_WEAPON_DAMAGE
601-
#undef CAMERA_MAX_FAIL_CHANCE
601+
#undef CAMERA_MAX_FAIL_CHANCE

code/game/machinery/cryo.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ var/global/list/cryo_health_indicator = list( "full" = image("icon" = 'icons/obj
203203
..()
204204
if(Adjacent(user))
205205
if(contents.len)
206-
to_chat(user, "You can just about make out some properties of the cryo's murky depths:")
206+
to_chat(user, "You can just about make out some properties of \the [src]'s murky depths:")
207207
var/count = 0
208208
var/list/stuff = list()
209209
for(var/atom/movable/floater in ((contents - beaker) - occupant))
@@ -213,14 +213,14 @@ var/global/list/cryo_health_indicator = list( "full" = image("icon" = 'icons/obj
213213
stuff += floater
214214

215215
if(occupant)
216-
to_chat(user, "A figure floats in the depths, they appear to be [occupant]")
216+
to_chat(user, "A figure floats in the depths, they appear to be [occupant].")
217217

218218
if (count)
219219
// Let's just assume you can only have observers if there's a mob too.
220-
to_chat(user, "<i>...[count] shape\s float behind them...</i>")
220+
to_chat(user, "<i>...[count] shape\s float[count == 1 ? "s" : ""] behind them...</i>")
221221

222222
if(stuff.len)
223-
to_chat(user, "Miscellaneous contents float in the depths, it appears to be [counted_english_list(stuff)]")
223+
to_chat(user, "Miscellaneous contents float in the depths, it appears to be [counted_english_list(stuff)].")
224224

225225
if(beaker)
226226
to_chat(user, "A beaker, releasing the following chemicals into the fluids:")

code/game/objects/items/stacks/misc.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
return
6767

6868
if(T.canBuildLattice(src))
69-
to_chat(user, "<span class='notice'>Constructing support lattice ...</span>")
69+
to_chat(user, "<span class='notice'>Constructing support lattice...</span>")
7070
playsound(src, 'sound/weapons/Genhit.ogg', 50, 1)
7171
new /obj/structure/lattice(T)
7272
use(1)

code/game/objects/items/stacks/sheets/sheet_types.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
var/turf/T = get_turf(Target)
105105
if(T.canBuildLattice(src))
106106
if(src.use(1))
107-
to_chat(user, "<span class='notice'>Constructing some foundations ...</span>")
107+
to_chat(user, "<span class='notice'>Constructing some foundations...</span>")
108108
playsound(src, 'sound/weapons/Genhit.ogg', 50, 1)
109109
new /obj/structure/lattice/wood(T)
110110

code/game/objects/items/weapons/cards_ids.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ var/list/global/id_cards = list()
454454
/obj/item/weapon/card/id/syndicate/AltClick()
455455
if (can_use(usr)) // Checks that the this is in our inventory. This will be checked by the proc anyways, but we don't want to generate an error message if not.
456456
copy_appearance = !copy_appearance
457-
to_chat(usr, "<span class='notice'>zThe [src] is now set to copy [copy_appearance ? "the appearance along with" : "just"] the access.</span>")
457+
to_chat(usr, "<span class='notice'>\The [src] is now set to copy [copy_appearance ? "the appearance along with" : "just"] the access.</span>")
458458
return
459459
return ..()
460460

code/game/objects/items/weapons/cosmetics.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754

755755
/obj/item/weapon/pocket_mirror/arcane
756756
name = "strange pocket mirror"
757-
desc = "is that your reflection? or someone elses."
757+
desc = "Is that your reflection? Or someone else's..."
758758
arcanetampered = 1
759759

760760

code/game/objects/items/weapons/gift_wrappaper.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301

302302
/obj/structure/strange_present
303303
name = "strange present"
304-
desc = "It's a ... present?"
304+
desc = "It's a... present?"
305305
icon = 'icons/obj/items.dmi'
306306
icon_state = "strangepresent"
307307
density = 1

code/game/objects/items/weapons/shard.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
icon_state = "large"
99
sharpness = 0.8
1010
sharpness_flags = SHARP_TIP | SHARP_BLADE
11-
desc = "Could probably be used as ... a throwing weapon?"
11+
desc = "Could probably be used as... a throwing weapon?"
1212
w_class = W_CLASS_TINY
1313
hitsound = 'sound/weapons/bladeslice.ogg'
1414
force = 5.0

0 commit comments

Comments
 (0)