Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class craftRH_m4_des: Exile_AbstractCraftingRecipe
  2. {
  3. name = "Spray Paint M4 Tan";
  4. pictureItem = "Icons\m4(desert).paa";
  5. requiresFire = 0;
  6. returnedItems[] =
  7. {
  8. {1, "RH_m4_des"}
  9. };
  10. components[] =
  11. {
  12. {1, "RH_M4_ris"},
  13. {1, "Item_spraypaint_tan"}
  14. };
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement