Allows us to actually use the messenger bags

This commit is contained in:
Anewbe
2016-09-15 21:21:28 -05:00
parent f1a2501c84
commit f1de0e24ff

View File

@@ -55,7 +55,7 @@ var/global/list/skin_styles_female_list = list() //unused
var/datum/category_collection/underwear/global_underwear = new()
//Backpacks
var/global/list/backbaglist = list("Nothing", "Backpack", "Satchel", "Satchel Alt")
var/global/list/backbaglist = list("Nothing", "Backpack", "Satchel", "Satchel Alt", "Messenger Bag")
var/global/list/pdachoicelist = list("Default", "Slim", "Old")
var/global/list/exclude_jobs = list(/datum/job/ai,/datum/job/cyborg)