mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Allows us to actually use the messenger bags
This commit is contained in:
@@ -55,7 +55,7 @@ var/global/list/skin_styles_female_list = list() //unused
|
|||||||
var/datum/category_collection/underwear/global_underwear = new()
|
var/datum/category_collection/underwear/global_underwear = new()
|
||||||
|
|
||||||
//Backpacks
|
//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/pdachoicelist = list("Default", "Slim", "Old")
|
||||||
var/global/list/exclude_jobs = list(/datum/job/ai,/datum/job/cyborg)
|
var/global/list/exclude_jobs = list(/datum/job/ai,/datum/job/cyborg)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user