From 84bb478764e252a9b57c8d856e15e44448d823d2 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Tue, 16 Sep 2014 03:27:14 -0300 Subject: [PATCH] Supply datums will now use initial() to get the name of the items in their contents, instead of creating and deleting the objects before roundstart. --- code/datums/supplypacks.dm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index d989b75eb68..0c4398b1c34 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -55,13 +55,10 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine manifest += "" - ////// Use the sections to keep things tidy please /Malkevin //////////////////////////////////////////////////////////////////////////////