"
dat += "
R&D Console Device Linkage Menu:
"
dat += "
Re-sync with Nearby Devices"
dat += "
Linked Devices:
"
@@ -809,12 +809,12 @@ won't update every console in existence) but it's more of a hassle to do. Also,
dat += "
Material Amount: [linked_lathe.TotalMaterials()] / [linked_lathe.max_material_storage]
"
dat += "
Chemical Volume: [linked_lathe.reagents.total_volume] / [linked_lathe.reagents.maximum_volume]
"
- dat += "
"
dat += list_categories(linked_lathe.categories, 3.15)
@@ -963,12 +963,12 @@ won't update every console in existence) but it's more of a hassle to do. Also,
dat += "Material Amount: [linked_imprinter.TotalMaterials()]
"
dat += "Chemical Volume: [linked_imprinter.reagents.total_volume]
"
- dat += "
"
dat += list_categories(linked_imprinter.categories, 4.15)
diff --git a/code/modules/research/server.dm b/code/modules/research/server.dm
index 62dd6e45bac..42f7474deac 100644
--- a/code/modules/research/server.dm
+++ b/code/modules/research/server.dm
@@ -192,7 +192,7 @@
add_fingerprint(usr)
usr.set_machine(src)
if(!src.allowed(usr) && !emagged)
- usr << "
You do not have the required access level."
+ usr << "
You do not have the required access level."
return
if(href_list["main"])
@@ -269,7 +269,7 @@
if(istype(S, /obj/machinery/r_n_d/server/centcom) && !badmin)
continue
dat += "[S.name] || "
- dat += "
Access Rights | "
+ dat += "
Access Rights | "
dat += "
Data Management"
if(badmin) dat += " |
Server-to-Server Transfer"
dat += "
"
@@ -310,7 +310,7 @@
dat += "[temp_server.name] Server to Server Transfer
"
dat += "Send Data to what server?
"
for(var/obj/machinery/r_n_d/server/S in servers)
- dat += "[S.name]
(Transfer)"
+ dat += "[S.name]
(Transfer)"
dat += "
Main Menu"
user << browse("
R&D Server Control
[dat]", "window=server_control;size=575x400")
onclose(user, "server_control")
@@ -325,7 +325,7 @@
if(!emagged)
playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1)
emagged = 1
- user << "
You you disable the security protocols."
+ user << "
You you disable the security protocols."
/obj/machinery/r_n_d/server/robotics
name = "Robotics R&D Server"
diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm
index f6693492790..3ca4b2493fe 100644
--- a/code/modules/research/xenobiology/xenobiology.dm
+++ b/code/modules/research/xenobiology/xenobiology.dm
@@ -18,10 +18,10 @@
/obj/item/slime_extract/attackby(obj/item/O as obj, mob/user as mob)
if(istype(O, /obj/item/weapon/slimesteroid2))
if(enhanced == 1)
- user << "
This extract has already been enhanced!"
+ user << "
This extract has already been enhanced!"
return ..()
if(Uses == 0)
- user << "
You can't enhance a used extract!"
+ user << "
You can't enhance a used extract!"
return ..()
user <<"
You apply the enhancer. It now has triple the amount of uses."
Uses = 3
@@ -138,8 +138,8 @@
M.docile = 1
M.nutrition = 700
- M <<"
You absorb the potion and feel your intense desire to feed melt away."
- user <<"
You feed the slime the potion, removing it's hunger and calming it."
+ M <<"
You absorb the potion and feel your intense desire to feed melt away."
+ user <<"
You feed the slime the potion, removing it's hunger and calming it."
var/newname = copytext(sanitize(input(user, "Would you like to give the slime a name?", "Name your new pet", "pet slime") as null|text),1,MAX_NAME_LEN)
if (!newname)
@@ -220,16 +220,16 @@
/obj/item/weapon/slimesteroid/attack(mob/living/simple_animal/slime/M as mob, mob/user as mob)
if(!isslime(M))//If target is not a slime.
- user << "
The steroid only works on baby slimes!"
+ user << "
The steroid only works on baby slimes!"
return ..()
if(M.is_adult) //Can't tame adults
- user << "
Only baby slimes can use the steroid!"
+ user << "
Only baby slimes can use the steroid!"
return..()
if(M.stat)
- user << "
The slime is dead!"
+ user << "
The slime is dead!"
return..()
if(M.cores == 3)
- user <<"
The slime already has the maximum amount of extract!"
+ user <<"
The slime already has the maximum amount of extract!"
return..()
user <<"
You feed the slime the steroid. It now has triple the amount of extract."
@@ -252,10 +252,10 @@
/*afterattack(obj/target, mob/user , flag)
if(istype(target, /obj/item/slime_extract))
if(target.enhanced == 1)
- user << "
This extract has already been enhanced!"
+ user << "
This extract has already been enhanced!"
return ..()
if(target.Uses == 0)
- user << "
You can't enhance a used extract!"
+ user << "
You can't enhance a used extract!"
return ..()
user <<"You apply the enhancer. It now has triple the amount of uses."
target.Uses = 3
@@ -271,13 +271,13 @@
/obj/item/weapon/slimestabilizer/attack(mob/living/simple_animal/slime/M as mob, mob/user as mob)
if(!isslime(M))
- user << "
The stabilizer only works on slimes!"
+ user << "
The stabilizer only works on slimes!"
return ..()
if(M.stat)
- user << "
The slime is dead!"
+ user << "
The slime is dead!"
return..()
if(M.mutation_chance == 0)
- user <<"
The slime already has no chance of mutating!"
+ user <<"
The slime already has no chance of mutating!"
return..()
user <<"
You feed the slime the stabilizer. It is now less likely to mutate."
@@ -292,16 +292,16 @@
/obj/item/weapon/slimemutator/attack(mob/living/simple_animal/slime/M as mob, mob/user as mob)
if(!isslime(M))
- user << "
The mutator only works on slimes!"
+ user << "
The mutator only works on slimes!"
return ..()
if(M.stat)
- user << "
The slime is dead!"
+ user << "
The slime is dead!"
return..()
if(M.mutator_used)
- user << "
This slime has already consumed a mutator, any more would be far too unstable!"
+ user << "
This slime has already consumed a mutator, any more would be far too unstable!"
return..()
if(M.mutation_chance == 100)
- user <<"
The slime is already guaranteed to mutate!"
+ user <<"
The slime is already guaranteed to mutate!"
return..()
user <<"
You feed the slime the mutator. It is now more likely to mutate."
diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm
index b60a0d7bfe5..f5dd52f7ea1 100644
--- a/code/modules/shuttle/shuttle.dm
+++ b/code/modules/shuttle/shuttle.dm
@@ -544,7 +544,7 @@
if(!emagged)
src.req_access = list()
emagged = 1
- user << "
You fried the consoles ID checking system."
+ user << "
You fried the consoles ID checking system."
/obj/machinery/computer/shuttle/ferry
name = "transport ferry console"
diff --git a/code/modules/telesci/telepad.dm b/code/modules/telesci/telepad.dm
index 7949dcfba88..e1f4a37d288 100644
--- a/code/modules/telesci/telepad.dm
+++ b/code/modules/telesci/telepad.dm
@@ -35,7 +35,7 @@
if(istype(I, /obj/item/device/multitool))
var/obj/item/device/multitool/M = I
M.buffer = src
- user << "
You save the data in the [I.name]'s buffer."
+ user << "
You save the data in the [I.name]'s buffer."
if(exchange_parts(user, I))
return
@@ -60,22 +60,22 @@
playsound(src, 'sound/items/Ratchet.ogg', 50, 1)
if(anchored)
anchored = 0
- user << "
\The [src] can now be moved."
+ user << "
\The [src] can now be moved."
else if(!anchored)
anchored = 1
- user << "
\The [src] is now secured."
+ user << "
\The [src] is now secured."
if(istype(W, /obj/item/weapon/screwdriver))
if(stage == 0)
playsound(src, 'sound/items/Screwdriver.ogg', 50, 1)
- user << "
You unscrew the telepad's tracking beacon."
+ user << "
You unscrew the telepad's tracking beacon."
stage = 1
else if(stage == 1)
playsound(src, 'sound/items/Screwdriver.ogg', 50, 1)
- user << "
You screw in the telepad's tracking beacon."
+ user << "
You screw in the telepad's tracking beacon."
stage = 0
if(istype(W, /obj/item/weapon/weldingtool) && stage == 1)
playsound(src, 'sound/items/Welder.ogg', 50, 1)
- user << "
You disassemble the telepad."
+ user << "
You disassemble the telepad."
new /obj/item/stack/sheet/metal(get_turf(src))
new /obj/item/stack/sheet/glass(get_turf(src))
qdel(src)
@@ -91,7 +91,7 @@
/obj/item/device/telepad_beacon/attack_self(mob/user as mob)
if(user)
- user << "
Locked In"
+ user << "
Locked In"
new /obj/machinery/telepad_cargo(user.loc)
playsound(src, 'sound/effects/pop.ogg', 100, 1, 1)
qdel(src)
@@ -142,11 +142,11 @@
if(mode == 0)
mode = 1
playsound(src.loc, 'sound/effects/pop.ogg', 50, 0)
- user << "
The telepad locator has become uncalibrated."
+ user << "
The telepad locator has become uncalibrated."
else
mode = 0
playsound(src.loc, 'sound/effects/pop.ogg', 50, 0)
- user << "
You calibrate the telepad locator."
+ user << "
You calibrate the telepad locator."
/obj/item/weapon/rcs/emag_act(mob/user as mob)
if(!emagged)
@@ -154,4 +154,4 @@
var/datum/effect/effect/system/spark_spread/s = new /datum/effect/effect/system/spark_spread
s.set_up(5, 1, src)
s.start()
- user << "
You emag the RCS. Click on it to toggle between modes."
+ user << "
You emag the RCS. Click on it to toggle between modes."
diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm
index 6d602467fa1..aa0343a1641 100644
--- a/code/modules/telesci/telesci_computer.dm
+++ b/code/modules/telesci/telesci_computer.dm
@@ -74,7 +74,7 @@
if(M.buffer && istype(M.buffer, /obj/machinery/telepad))
telepad = M.buffer
M.buffer = null
- user << "
You upload the data from the [W.name]'s buffer."
+ user << "
You upload the data from the [W.name]'s buffer."
else
..()