From 57b2faf988da92e192047e8461ebb84326eface5 Mon Sep 17 00:00:00 2001 From: AndrewJacksonThe2nd Date: Tue, 22 Mar 2016 18:25:02 -0700 Subject: [PATCH] wake me up --- code/modules/stock_market/stocks.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/stock_market/stocks.dm b/code/modules/stock_market/stocks.dm index 521d083d6cb..6a6b6600d95 100644 --- a/code/modules/stock_market/stocks.dm +++ b/code/modules/stock_market/stocks.dm @@ -47,8 +47,7 @@ var/datum/industry/industry = null /datum/stock/proc/addEvent(var/datum/stockEvent/E) - if (!(E in events)) - events += E + events |= E /datum/stock/proc/addArticle(var/datum/article/A) if (!(A in articles))