Prevents storage bags from re-ordering their contents when items are removed.

This commit is contained in:
Useroth
2019-11-19 16:13:57 +01:00
parent b5f6c12b30
commit 6e2ff6ce3c
2 changed files with 7 additions and 0 deletions
@@ -309,6 +309,7 @@
else
var/datum/numbered_display/ND = .[I.type]
ND.number++
. = sortTim(., /proc/cmp_numbered_displays_name_asc, associative = TRUE)
//This proc determines the size of the inventory to be displayed. Please touch it only if you know what you're doing.
/datum/component/storage/proc/orient2hud(mob/user, maxcolumns)