mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Reduce more compiles
This commit is contained in:
@@ -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]")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user