Fix disease outbreak announcement (#85231)

## About The Pull Request

Fixes a bug in the announcement proc that is supposed to generate a
disease name for the announcement.

## Changelog

🆑 LT3
fix: Fixed disease outbreak announcement sometimes missing the disease
name
/🆑
This commit is contained in:
lessthanthree
2024-07-26 07:25:52 +02:00
committed by GitHub
parent f91b75caf3
commit 371fe8e802
+1 -1
View File
@@ -102,7 +102,7 @@
var/list/afflicted = list()
/datum/round_event/disease_outbreak/announce(fake)
if(isnull(illness_type))
if(!illness_type)
var/list/virus_candidates = list(
/datum/disease/anxiety,
/datum/disease/beesease,