Update arrow and quiver classnames

Vanilla development commit:

https://github.com/DayZMod/DayZ/commit/1561c3cfd85db4eee2688d76a6e5a6fdb8faddda
This commit is contained in:
ebaydayz
2016-08-12 14:00:32 -04:00
parent 8f58baf3f2
commit 36196661ea
10 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ class FSM
" //Magazines" \n
" _countr = 0;" \n
" {" \n
" if (_x == ""BoltSteel"") then { _x = ""WoodenArrow"" }; // Convert BoltSteel to WoodenArrow" \n
" if (_x == ""BoltSteel"") then { _x = ""1Rnd_Arrow_Wood"" }; // Convert BoltSteel to WoodenArrow" \n
" if (dayz_classicBloodBagSystem) then {" \n
" if (_x in dayz_typedBags) then {_x = ""ItemBloodbag""};" \n
" } else {" \n