Merge pull request #15574 from KazeEspada/Bagfixes

Bag tweaks.
This commit is contained in:
tkdrg
2016-02-17 21:29:05 -03:00
5 changed files with 8 additions and 9 deletions
@@ -22,7 +22,7 @@
var/underwear = "Nude" //Which underwear the player wants
var/undershirt = "Nude" //Which undershirt the player wants
var/socks = "Nude" //Which socks the player wants
var/backbag = 1 //Which backpack type the player has chosen. Backpack.or Satchel
var/backbag = DBACKPACK //Which backpack type the player has chosen.
//Equipment slots
var/obj/item/wear_suit = null