Change splint recipe

Vanilla development commit:

6ea5d8ebee
This commit is contained in:
ebaydayz
2016-07-23 15:12:08 -04:00
parent 8ed5a9c7a9
commit cc2aae59eb
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class equip_rope : CA_Magazine {
script = "spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {""};
output[] = {{"equip_string","CfgMagazines",3}};
output[] = {{"equip_string","CfgMagazines",2}};
input[] = {{"equip_rope","CfgMagazines",1}};
};
};