Skip to content

CS:GO weapons update #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Dec 10, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added 'earned' tags for knives that must be earned/purchased. These w…
…eapons should never be given to players that have not earned/purchased them as any server doing so could be banned.
  • Loading branch information
satoon101 committed Dec 4, 2016
commit 397a65d6595330b6dbed96d0ad521f52b4f13337
20 changes: 10 additions & 10 deletions addons/source-python/data/source-python/weapons/csgo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -348,55 +348,55 @@
slot = 3
item_definition_index = 500
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_butterfly]]
slot = 3
item_definition_index = 515
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_falchion]]
slot = 3
item_definition_index = 512
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_flip]]
slot = 3
item_definition_index = 505
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_gut]]
slot = 3
item_definition_index = 506
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_karambit]]
slot = 3
item_definition_index = 507
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_m9_bayonet]]
slot = 3
item_definition_index = 508
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_push]]
slot = 3
item_definition_index = 516
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_survival_bowie]]
slot = 3
item_definition_index = 514
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knife_t]]
slot = 3
Expand All @@ -408,7 +408,7 @@
slot = 3
item_definition_index = 509
parent_class = "weapon_knife"
tags = "all,knife,melee"
tags = "all,knife,melee,earned"

[[knifegg]]
slot = 3
Expand Down