Adding old code duffel bags and mercs/wizards bags (#817)

Bringing back our duffel bags and antags packbags from old code.
This commit is contained in:
Alberyk
2016-08-27 13:22:05 -03:00
committed by skull132
parent b66f5e0ef1
commit 0c8f3c007d
14 changed files with 131 additions and 10 deletions
+2 -2
View File
@@ -1254,7 +1254,7 @@ datum/preferences
g_skin = rand(0,255)
b_skin = rand(0,255)
if("bag")
backbag = rand(1,4)
backbag = rand(1,5)
/*if("skin_style")
h_style = random_skin_style(gender)*/
if("all")
@@ -1806,7 +1806,7 @@ datum/preferences
character.undershirt = undershirt
if(backbag > 4 || backbag < 1)
if(backbag > 5 || backbag < 1)
backbag = 1 //Same as above
character.backbag = backbag