Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit bfdae3a

Browse files
authored
Merge pull request #7136 from Firewolf34/firewolf34-typo-fix
Adds periods
2 parents ba60ece + d007615 commit bfdae3a

17 files changed

Lines changed: 31 additions & 32 deletions

File tree

code/game/machinery/computer/camera.dm

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

215215
/obj/machinery/computer/security/telescreen/entertainment
216216
name = "entertainment monitor"
217-
desc = "Damn, they better have the /tg/ channel on these things."
217+
desc = "Damn, they better have the Yogs Channel on these things... Nope, just the /tg/ channel! Aww..."
218218
icon = 'icons/obj/status_display.dmi'
219219
icon_state = "entertainment_blank"
220220
network = list("thunder")

code/game/machinery/computer/dna_console.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
if(LAZYLEN(stored_chromosomes) < max_chromosomes)
6666
I.forceMove(src)
6767
stored_chromosomes += I
68-
to_chat(user, "<span class='notice'>You insert [I]</span>")
68+
to_chat(user, "<span class='notice'>You insert [I].</span>")
6969
else
7070
to_chat(user, "<span class='warnning'>You cannot store any more chromosomes.</span>")
7171
return

code/game/machinery/slotmachine.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@
107107
var/obj/item/holochip/H = I
108108
if(!user.temporarilyRemoveItemFromInventory(H))
109109
return
110-
to_chat(user, "<span class='notice'>You insert [H.credits] holocredits into [src]'s!</span>")
110+
to_chat(user, "<span class='notice'>You insert [H.credits] holocredits into [src]'s holoreader!</span>")
111111
balance += H.credits
112112
qdel(H)
113113
else
114114
to_chat(user, "<span class='warning'>This machine is only accepting coins!</span>")
115115
else if(I.tool_behaviour == TOOL_MULTITOOL)
116116
if(balance > 0)
117-
visible_message("<b>[src]</b> says, 'ERROR! Please empty the machine balance before altering paymode'") //Prevents converting coins into holocredits and vice versa
117+
visible_message("<b>[src]</b> says, 'ERROR! Please empty the machine balance before altering paymode.'") //Prevents converting coins into holocredits and vice versa
118118
else
119119
if(paymode == HOLOCHIP)
120120
paymode = COIN

code/game/machinery/suit_storage_unit.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
return
358358
storage = I
359359

360-
visible_message("<span class='notice'>[user] inserts [I] into [src]</span>", "<span class='notice'>You load [I] into [src].</span>")
360+
visible_message("<span class='notice'>[user] inserts [I] into [src].</span>", "<span class='notice'>You load [I] into [src].</span>")
361361
update_icon()
362362
return
363363

code/game/objects/items/devices/scanners.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,21 +654,21 @@ GENE SCANNER
654654
to_chat(user, "<span class='warning'>Warning: slime is starving!</span>")
655655
else if (T.nutrition < T.get_hunger_nutrition())
656656
to_chat(user, "<span class='warning'>Warning: slime is hungry</span>")
657-
to_chat(user, "Electric change strength: [T.powerlevel]")
657+
to_chat(user, "Electric charge strength: [T.powerlevel]")
658658
to_chat(user, "Health: [round(T.health/T.maxHealth,0.01)*100]%")
659659
if (T.slime_mutation[4] == T.colour)
660660
to_chat(user, "This slime does not evolve any further.")
661661
else
662662
if (T.slime_mutation[3] == T.slime_mutation[4])
663663
if (T.slime_mutation[2] == T.slime_mutation[1])
664664
to_chat(user, "Possible mutation: [T.slime_mutation[3]]")
665-
to_chat(user, "Genetic destability: [T.mutation_chance/2] % chance of mutation on splitting")
665+
to_chat(user, "Genetic instability: [T.mutation_chance/2] % chance of mutation on splitting")
666666
else
667667
to_chat(user, "Possible mutations: [T.slime_mutation[1]], [T.slime_mutation[2]], [T.slime_mutation[3]] (x2)")
668-
to_chat(user, "Genetic destability: [T.mutation_chance] % chance of mutation on splitting")
668+
to_chat(user, "Genetic instability: [T.mutation_chance] % chance of mutation on splitting")
669669
else
670670
to_chat(user, "Possible mutations: [T.slime_mutation[1]], [T.slime_mutation[2]], [T.slime_mutation[3]], [T.slime_mutation[4]]")
671-
to_chat(user, "Genetic destability: [T.mutation_chance] % chance of mutation on splitting")
671+
to_chat(user, "Genetic instability: [T.mutation_chance] % chance of mutation on splitting")
672672
if (T.cores > 1)
673673
to_chat(user, "Multiple cores detected")
674674
to_chat(user, "Growth progress: [T.amount_grown]/[SLIME_EVOLUTION_THRESHOLD]")

code/game/objects/items/stunbaton.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
return
144144
else
145145
M.visible_message("<span class='warning'>[user] has prodded [M] with [src]. Luckily it was off.</span>", \
146-
"<span class='warning'>[user] has prodded you with [src]. Luckily it was off</span>")
146+
"<span class='warning'>[user] has prodded you with [src]. Luckily it was off.</span>")
147147
else
148148
if(status)
149149
baton_stun(M, user)

code/game/objects/structures/signs/signs_departments.dm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@
119119
icon_state = "minskymedicb"
120120

121121
/obj/structure/sign/departments/minsky/medical/clone/cloning1
122-
name = "Cloning Division"
123-
desc = "A sign labeling the cloning division of the station. Your last hope."
122+
name = "Cloning Ward"
123+
desc = "A sign labeling the cloning facilities on the station. Your last hope."
124124
icon_state = "minskyclone"
125125

126126
/obj/structure/sign/departments/minsky/medical/clone/cloning2
127-
name = "Cloning Division"
128-
desc = "A sign labeling the cloning division of the station. Your last hope."
127+
name = "Cloning Ward"
128+
desc = "A sign labeling the cloning facilities on the station. Your last hope."
129129
icon_state = "minskycloneb"
130130

131131
/obj/structure/sign/departments/minsky/medical/chemistry/chemical1
@@ -140,12 +140,12 @@
140140

141141
/obj/structure/sign/departments/minsky/medical/virology/virology1
142142
name = "Virology Division"
143-
desc = "A sign labeling the virology division of the station. Free hugs!!!."
143+
desc = "A sign labeling the virology division of the station. Free hugs!!"
144144
icon_state = "minskyviro"
145145

146146
/obj/structure/sign/departments/minsky/medical/virology/virology2
147147
name = "Virology Division"
148-
desc = "A sign labeling the virology division of the station. Free hugs!!!."
148+
desc = "A sign labeling the virology division of the station. Free hugs!!"
149149
icon_state = "minskyvirob"
150150

151151
/obj/structure/sign/departments/minsky/security/security
@@ -165,7 +165,7 @@
165165

166166
/obj/structure/sign/departments/minsky/supply/janitorial
167167
name = "Janitorial Division"
168-
desc = "A sign labeling the janitorial closet of the station. Clean up after yourself.... please."
168+
desc = "A sign labeling the janitorial closet of the station. Clean up after yourself... please."
169169
icon_state = "minskyjani"
170170

171171
/obj/structure/sign/departments/minsky/supply/hydroponics

code/modules/assembly/mousetrap.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
if(H.m_intent == MOVE_INTENT_RUN)
109109
triggered(H)
110110
H.visible_message("<span class='warning'>[H] accidentally steps on [src].</span>", \
111-
"<span class='warning'>You accidentally step on [src]</span>")
111+
"<span class='warning'>You accidentally step on [src].</span>")
112112
else if(ismouse(MM))
113113
triggered(MM)
114114
else if(AM.density) // For mousetrap grenades, set off by anything heavy

code/modules/mob/living/silicon/pai/pai_shell.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
return FALSE
7676
chassis = choice
7777
update_resting()
78-
to_chat(src, "<span class='boldnotice'>You switch your holochassis projection composite to [chassis]</span>")
78+
to_chat(src, "<span class='boldnotice'>You switch your holochassis projection composite to [chassis].</span>")
7979

8080
/mob/living/silicon/pai/update_resting()
8181
. = ..()
@@ -84,7 +84,7 @@
8484
else
8585
icon_state = "[chassis]"
8686
if(loc != card)
87-
visible_message("<span class='notice'>[src] [resting? "lays down for a moment..." : "perks up from the ground"]</span>")
87+
visible_message("<span class='notice'>[src] [resting? "lays down for a moment..." : "perks up from the ground."]</span>")
8888

8989
/mob/living/silicon/pai/start_pulling(atom/movable/AM, state, force = move_force, supress_message = FALSE)
9090
return FALSE

code/modules/mob/living/simple_animal/bot/construction.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
qdel(I)
407407
qdel(src)
408408
if(I.tool_behaviour == TOOL_WRENCH)
409-
to_chat(user, "You adjust [src]'s arm slots to mount extra weapons")
409+
to_chat(user, "You adjust [src]'s arm slots to mount extra weapons.")
410410
build_step ++
411411
return
412412
if(istype(I, /obj/item/toy/sword))
@@ -422,7 +422,7 @@
422422
else
423423
if(!can_finish_build(I, user))
424424
return
425-
to_chat(user, "<span class='notice'>You complete the Securitron!...Something seems a bit wrong with it..?</span>")
425+
to_chat(user, "<span class='notice'>You complete the Securitron! Something seems a bit wrong with it...?</span>")
426426
var/mob/living/simple_animal/bot/secbot/grievous/toy/S = new(Tsec)
427427
S.name = created_name
428428
S.robot_arm = robot_arm
@@ -456,7 +456,7 @@
456456
else
457457
if(!can_finish_build(I, user))
458458
return
459-
to_chat(user, "<span class='notice'>You complete the Securitron!...Something seems a bit wrong with it..?</span>")
459+
to_chat(user, "<span class='notice'>You complete the Securitron! Something seems a bit wrong with it...?</span>")
460460
var/mob/living/simple_animal/bot/secbot/grievous/S = new(Tsec)
461461
S.name = created_name
462462
S.robot_arm = robot_arm
@@ -466,7 +466,7 @@
466466
build_step--
467467
swordamt = 0
468468
icon_state = initial(icon_state)
469-
to_chat(user, "<span class='notice'>You unbolt [src]'s energy swords</span>")
469+
to_chat(user, "<span class='notice'>You unbolt [src]'s energy swords from the chassis.</span>")
470470
for(var/IS in 1 to swordamt)
471471
new /obj/item/melee/transforming/energy/sword/saber(Tsec)
472472

0 commit comments

Comments
 (0)