Reduce more compiles

This commit is contained in:
skull132
2016-11-27 18:34:26 +02:00
parent 924507246d
commit a0aa10837e
7 changed files with 4 additions and 28 deletions
-6
View File
@@ -150,7 +150,6 @@ var/list/global/random_stock_uncommon = list(
"crimekit" = 1,
"carpet" = 2,
"gift" = 4,
"lightfloor" = 2,
"linenbin" = 1,
"coatrack" = 1,
"riotshield" = 2,
@@ -1172,8 +1171,6 @@ var/list/global/random_stock_large = list(
new /obj/item/stack/tile/carpet(L, 50)
if ("gift")
new /obj/item/weapon/a_gift(L)
if ("lightfloor")
new /obj/item/stack/tile/light(L, 50)
if ("linenbin")
new /obj/structure/bedsheetbin(get_turf(L))
if ("coatrack")
@@ -1884,6 +1881,3 @@ var/list/global/random_stock_large = list(
exosuit.pr_manage_warnings.process(exosuit)
else
log_debug("ERROR: Random cargo spawn failed for [stock]")