From bdd9978dcf23dd5e1b21b7ef1356231b9079c580 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 7 Jul 2017 12:34:25 -0500 Subject: [PATCH] De-lags sandbox a bit (#1928) --- code/game/gamemodes/sandbox/h_sandbox.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/sandbox/h_sandbox.dm b/code/game/gamemodes/sandbox/h_sandbox.dm index 6b308357ec..79a504c77f 100644 --- a/code/game/gamemodes/sandbox/h_sandbox.dm +++ b/code/game/gamemodes/sandbox/h_sandbox.dm @@ -19,9 +19,9 @@ GLOBAL_VAR_INIT(hsboxspawn, TRUE) var/owner = null var/admin = 0 - var/clothinfo = null - var/reaginfo = null - var/objinfo = null + var/static/clothinfo = null + var/static/reaginfo = null + var/static/objinfo = null var/canisterinfo = null var/hsbinfo = null //items that shouldn't spawn on the floor because they would bug or act weird