mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user