mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
fixes a few typos
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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
Reference in New Issue
Block a user