From 9be984d96350c62bd7b3b59cc94986e287271ff8 Mon Sep 17 00:00:00 2001 From: Gabriel Adamson Date: Sat, 11 Sep 2021 10:41:03 -0500 Subject: [PATCH] Adds an href token to the mob spawn VV link --- code/modules/reagents/chemistry/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes.dm b/code/modules/reagents/chemistry/recipes.dm index 60771fa0b839..9e9cdfe3cc3b 100644 --- a/code/modules/reagents/chemistry/recipes.dm +++ b/code/modules/reagents/chemistry/recipes.dm @@ -25,7 +25,7 @@ var/atom/A = holder.my_atom var/turf/T = get_turf(A) var/message = "A [reaction_name] reaction has occurred in [ADMIN_VERBOSEJMP(T)]" - message += " (VV)" + message += " (VV)" var/mob/M = get(A, /mob) if(M)