Skip to content

Commit

Permalink
Reinforced tag is now applied to winter boots and rain coats. Fixed c…
Browse files Browse the repository at this point in the history
…rafting.cpp error.
  • Loading branch information
TheDarklingWolf committed Mar 9, 2013
1 parent ddd8e40 commit c5cad47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crafting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ RECIPE(itm_tshirt_fit, CC_ARMOR, "tailor", NULL, 2, 38000, true);

RECIPE(itm_torch, CC_MISC, NULL, NULL, 0, 2000, false);
COMP(itm_stick, 1, itm_2x4, 1, itm_splinter, 1, itm_pool_cue, 1, itm_torch_done, 1, NULL);
COMP(itm_gasoline, 200, itm_vodka, 7, itm_rum, 7, itm_whiskey, 7, itm_tequila, 7, itm_gin, 7, itm_triple_sec, 7 NULL);
COMP(itm_gasoline, 200, itm_vodka, 7, itm_rum, 7, itm_whiskey, 7, itm_tequila, 7, itm_gin, 7, itm_triple_sec, 7, NULL);
COMP(itm_rag, 1, NULL);

RECIPE(itm_candle, CC_MISC, NULL, NULL, 0, 5000, false);
Expand Down
4 changes: 2 additions & 2 deletions itypedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ ARMOR("steeltoed boots",50, 135,C_SHOES, LEATHER, STEEL,
7, 9, 4, -1, 1, 4, 4, 3, 50, 0, mfb(bp_feet), "\
Leather boots with a steel toe. Extremely durable.");

ARMOR("winter boots", 60, 140,C_SHOES, PLASTIC, WOOL,
ARMOR("winter boots", 60, 140,C_SHOES, WOOL, PLASTIC,
8, 7, 0, -1, 2, 0, 2, 1, 80, 0, mfb(bp_feet), "\
Cumbersome boots designed for warmth.");

Expand Down Expand Up @@ -1568,7 +1568,7 @@ ARMOR("kevlar vest", 30, 800,C_TORSO, KEVLAR, MNULL,
24, 24, 6, -3, 2, 4, 22, 0, 20, 4, mfb(bp_torso), "\
A heavy bulletproof vest. The best protection from cuts and bullets.");

ARMOR("rain coat", 50, 100,C_TORSO, PLASTIC, COTTON,
ARMOR("rain coat", 50, 100,C_TORSO, COTTON, PLASTIC,
9, 8, -4, 0, 2, 0, 3, 1, 20, 7, mfb(bp_torso)|mfb(bp_arms), "\
A plastic coat with two very large pockets. Provides protection from rain.");

Expand Down

0 comments on commit c5cad47

Please sign in to comment.