fixes a few typos

This commit is contained in:
Casey
2022-03-02 13:13:48 -05:00
committed by Darlantan
parent 2dfde8b21b
commit 4fbfc78cde
4 changed files with 10 additions and 6 deletions

View File

@@ -220,7 +220,7 @@
set src in range(0) set src in range(0)
dropnoms_active = !dropnoms_active dropnoms_active = !dropnoms_active
to_chat(user,"<span class = 'info'>You switch \the [src]'s spatial rearrangement [dropnoms_active ? "on" : "off"]. (Telenoms [dropnoms_active ? "enabled" : "dsiabled"])</span>") to_chat(user,"<span class = 'info'>You switch \the [src]'s spatial rearrangement [dropnoms_active ? "on" : "off"]. (Telenoms [dropnoms_active ? "enabled" : "disabled"])</span>")
/obj/item/weapon/bluespace_harpoon/update_icon() /obj/item/weapon/bluespace_harpoon/update_icon()
if(transforming) if(transforming)

View File

@@ -1326,7 +1326,7 @@
/obj/machinery/door/blast/angled/open{ /obj/machinery/door/blast/angled/open{
dir = 2; dir = 2;
id = "qmwindows"; id = "qmwindows";
name = "Privagy Shutters" name = "Privacy Shutters"
}, },
/obj/structure/low_wall/bay/reinforced/brown, /obj/structure/low_wall/bay/reinforced/brown,
/turf/simulated/floor, /turf/simulated/floor,
@@ -15957,7 +15957,7 @@
/obj/machinery/door/blast/angled/open{ /obj/machinery/door/blast/angled/open{
dir = 2; dir = 2;
id = "qmwindows"; id = "qmwindows";
name = "Privagy Shutters" name = "Privacy Shutters"
}, },
/obj/structure/low_wall/bay/reinforced/brown, /obj/structure/low_wall/bay/reinforced/brown,
/turf/simulated/floor, /turf/simulated/floor,
@@ -17387,7 +17387,7 @@
/obj/machinery/door/blast/angled/open{ /obj/machinery/door/blast/angled/open{
dir = 4; dir = 4;
id = "qmwindows"; id = "qmwindows";
name = "Privagy Shutters" name = "Privacy Shutters"
}, },
/obj/structure/low_wall/bay/reinforced/brown, /obj/structure/low_wall/bay/reinforced/brown,
/turf/simulated/floor, /turf/simulated/floor,

View File

@@ -38,7 +38,7 @@ export const OvermapNavigationContent = (props, context) => {
<LabeledList.Item label="Current Location"> <LabeledList.Item label="Current Location">
{sector} {sector}
</LabeledList.Item> </LabeledList.Item>
<LabeledList.Item label="Coordiantes"> <LabeledList.Item label="Coordinates">
{s_x} : {s_y} {s_x} : {s_y}
</LabeledList.Item> </LabeledList.Item>
<LabeledList.Item label="Additional Information"> <LabeledList.Item label="Additional Information">

File diff suppressed because one or more lines are too long