From 00ea4d6eb50bc32989714123e13b6a2d4f9ac2d7 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 10 Jan 2021 03:08:48 +0000 Subject: [PATCH 1/2] Makes vending virus spelling consistent. (#7814) * Filth + Graffiti Fixes * Excised Bad Lore * Makes Vending Spelling Consistent * why the fuck are these commits stil here --- .../event2/events/engineering/brand_intelligence.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/gamemaster/event2/events/engineering/brand_intelligence.dm b/code/modules/gamemaster/event2/events/engineering/brand_intelligence.dm index 85f51df1926..d3478bb333b 100644 --- a/code/modules/gamemaster/event2/events/engineering/brand_intelligence.dm +++ b/code/modules/gamemaster/event2/events/engineering/brand_intelligence.dm @@ -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)