Added pants for berserkers and others...

This commit is contained in:
Ognjen Milan Robovic 2024-06-06 02:14:21 -04:00
parent 133f80b209
commit 039c35089d
5 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

View File

@ -38,7 +38,8 @@ package equipment is
black_robe, cyan_robe, lime_dress, magenta_dress, orange_robe, pink_dress,
red_robe, sexy_dress, white_robe, lime_robe, orange_hood, fur_helmet,
black_hood, cyan_hood, lime_hood,
staff_of_fire, staff_of_air, staff_of_water, staff_of_earth, staff_of_light, staff_of_dark
staff_of_fire, staff_of_air, staff_of_water, staff_of_earth, staff_of_light, staff_of_dark,
cyan_pants, blue_pants, grey_pants, purple_pants
);
------------------------------------------------------------------------------------------
@ -190,6 +191,10 @@ package equipment is
cyan_robe => (new string'("Cyan Robe"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
lime_robe => (new string'("Lime Robe"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
orange_robe => (new string'("Orange Robe"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
cyan_pants => (new string'("Cyan Pants"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
blue_pants => (new string'("Blue Pants"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
grey_pants => (new string'("Grey Pants"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
purple_pants => (new string'("Purple Pants"), full_body, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
white_hood => (new string'("White Hood"), head, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
black_hood => (new string'("Black Hood"), head, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),
red_hood => (new string'("Red Hood"), head, (0, 0, 0, 0, 0, 0), faction.neutral, effect.none),