"
switch(track)
if(0)
t += "
Off Timed Auto"
diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm
index a090fc31c0..8de8990789 100644
--- a/code/modules/projectiles/projectile/bullets.dm
+++ b/code/modules/projectiles/projectile/bullets.dm
@@ -58,7 +58,7 @@
if(prob(chance))
if(A.opacity)
//display a message so that people on the other side aren't so confused
- A.visible_message("
\The [src] pierces through \the [A]!")
+ A.visible_message("\The [src] pierces through \the [A]!")
return 1
return 0
@@ -192,4 +192,4 @@
/obj/item/projectile/bullet/shotgun/practice
name = "practice"
- damage = 5
+ damage = 5
diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm
index 2e118ea052..264e9183f8 100644
--- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm
+++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm
@@ -169,7 +169,7 @@
if(locate(/obj/effect/overlay/wallrot) in W)
for(var/obj/effect/overlay/wallrot/E in W)
qdel(E)
- W.visible_message("The fungi are completely dissolved by the solution!")
+ W.visible_message("The fungi are completely dissolved by the solution!")
/datum/reagent/toxin/plantbgone/touch_obj(var/obj/O, var/volume)
if(istype(O, /obj/effect/alien/weeds/))
diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm
index 17de69ae34..140cab11dd 100644
--- a/code/modules/reagents/reagent_containers.dm
+++ b/code/modules/reagents/reagent_containers.dm
@@ -71,7 +71,7 @@
user.attack_log += text("\[[time_stamp()]\] Used the [name] to splash [target.name] ([target.key]). Reagents: [contained]")
msg_admin_attack("[user.name] ([user.ckey]) splashed [target.name] ([target.key]) with [name]. Reagents: [contained] (INTENT: [uppertext(user.a_intent)]) (JMP)")
- user.visible_message("[target] has been splashed with something by [user]!", "You splash the solution onto [target].")
+ user.visible_message("[target] has been splashed with something by [user]!", "You splash the solution onto [target].")
reagents.splash_mob(target, reagents.total_volume)
return 1
@@ -79,10 +79,10 @@
user << "You eat \the [src]"
/obj/item/weapon/reagent_containers/proc/other_feed_message_start(var/mob/user, var/mob/target)
- user.visible_message("[user] is trying to feed [target] \the [src]!")
+ user.visible_message("[user] is trying to feed [target] \the [src]!")
/obj/item/weapon/reagent_containers/proc/other_feed_message_finish(var/mob/user, var/mob/target)
- user.visible_message("[user] has fed [target] \the [src]!")
+ user.visible_message("[user] has fed [target] \the [src]!")
/obj/item/weapon/reagent_containers/proc/feed_sound(var/mob/user)
return
diff --git a/code/modules/reagents/reagent_containers/dropper.dm b/code/modules/reagents/reagent_containers/dropper.dm
index c67c6ab7de..5c69abb6b9 100644
--- a/code/modules/reagents/reagent_containers/dropper.dm
+++ b/code/modules/reagents/reagent_containers/dropper.dm
@@ -29,7 +29,7 @@
if(ismob(target))
var/time = 20 //2/3rds the time of a syringe
- user.visible_message("[user] is trying to squirt something into [target]'s eyes!")
+ user.visible_message("[user] is trying to squirt something into [target]'s eyes!")
if(!do_mob(user, target, time))
return
diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm
index 185f6b1342..4ee177bb4e 100644
--- a/code/modules/reagents/reagent_dispenser.dm
+++ b/code/modules/reagents/reagent_dispenser.dm
@@ -99,7 +99,7 @@
if (modded)
user << "\red Fuel faucet is wrenched open, leaking the fuel!"
if(rig)
- user << "There is some kind of device rigged to the tank."
+ user << "There is some kind of device rigged to the tank."
/obj/structure/reagent_dispensers/fueltank/attack_hand()
if (rig)
diff --git a/code/modules/spells/targeted/subjugate.dm b/code/modules/spells/targeted/subjugate.dm
index 76cbcea777..8f6efa3c14 100644
--- a/code/modules/spells/targeted/subjugate.dm
+++ b/code/modules/spells/targeted/subjugate.dm
@@ -7,7 +7,7 @@
spell_flags = 0
invocation = "DII ODA BAJI"
invocation_type = SpI_WHISPER
- message = "You suddenly feel completely overwhelmed!"
+ message = "You suddenly feel completely overwhelmed!"
max_targets = 1