Merge pull request #9561 from VOREStation/upstream-merge-7814

[MIRROR] Makes vending virus spelling consistent.
This commit is contained in:
Novacat
2021-01-10 00:58:43 -05:00
committed by GitHub
@@ -33,8 +33,8 @@
/datum/event2/event/brand_intelligence/announce()
if(prob(90))
command_announcement.Announce("An ongoing mass upload of malware for venders has been detected onboard \the [location_name()], \
which appears to transmit to nearby vendors. The original infected machine is believed to be \a [vender_zero].", "Vender Service Alert")
command_announcement.Announce("An ongoing mass upload of malware for vendors has been detected onboard \the [location_name()], \
which appears to transmit to nearby vendors. The original infected machine is believed to be \a [vender_zero].", "Vendor Service Alert")
/datum/event2/event/brand_intelligence/start()
infect_vender(vender_zero)