From 7b46d63fee4ba2e824e81ef3e498ab7a58e14a4b Mon Sep 17 00:00:00 2001
From: Kashargul <144968721+Kashargul@users.noreply.github.com>
Date: Wed, 16 Oct 2024 19:46:22 +0200
Subject: [PATCH] fix virus VV (#16473)
---
code/modules/virus2/admin.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/virus2/admin.dm b/code/modules/virus2/admin.dm
index afde3cbb577..e8d1687f648 100644
--- a/code/modules/virus2/admin.dm
+++ b/code/modules/virus2/admin.dm
@@ -19,10 +19,10 @@
. = list()
for(var/datum/disease2/effectholder/E in effects)
. += "[E.stage]: [E.effect.name]"
- return {"
+ . = list({"
[name()]
[jointext(., "
")]
- "}
+ "})
/datum/disease2/disease/get_view_variables_options()
return ..() + {"