mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
[MIRROR] fix virus VV (#9244)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
. = list()
|
. = list()
|
||||||
for(var/datum/disease2/effectholder/E in effects)
|
for(var/datum/disease2/effectholder/E in effects)
|
||||||
. += "[E.stage]: [E.effect.name]"
|
. += "[E.stage]: [E.effect.name]"
|
||||||
return {"
|
. = list({"
|
||||||
<b>[name()]</b><br><font size=1>
|
<b>[name()]</b><br><font size=1>
|
||||||
[jointext(., "<br>")]</font>
|
[jointext(., "<br>")]</font>
|
||||||
"}
|
"})
|
||||||
|
|
||||||
/datum/disease2/disease/get_view_variables_options()
|
/datum/disease2/disease/get_view_variables_options()
|
||||||
return ..() + {"
|
return ..() + {"
|
||||||
|
|||||||
Reference in New Issue
Block a user