Update job.dm

This commit is contained in:
LetterJay
2017-05-30 17:07:04 -05:00
committed by GitHub
parent 976086e490
commit fce022389a
+1 -2
View File
@@ -156,10 +156,9 @@
else
back = backpack //Department backpack
if(box)
if(box)
if(!backpack_contents)
backpack_contents = list()
backpack_contents.Insert(1, box) // Box always takes a first slot in backpack
backpack_contents[box] = 1