Miner to cook : Miner changes continue! (#51924)

About The Pull Request

Miners can no longer get meat hook from necropolis chest, it was moved to being a cook traitor item that costs 11tc. You know it is literally called meat hook, it is thematically better as a chef weapon.
Why It's Good For The Game

Why? just why? Who the fuck would give miners a weapon that is completely useless against lavaland mobs, but is incredibly good at killing people.
Changelog

cl
balance: Meat hook is now a 11tc cook traitor item. It can no longer be aquired from necropolis chests. sorry miners!
/cl
This commit is contained in:
EdgeLordExe
2020-07-07 10:51:16 +12:00
committed by GitHub
parent bb156af031
commit 3b24a4fe2f
2 changed files with 12 additions and 7 deletions
+7
View File
@@ -2004,3 +2004,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
limited_stock = 1
cant_discount = TRUE
include_modes = list(/datum/game_mode/nuclear)
/datum/uplink_item/role_restricted/meathook
name = "Butcher's Meat Hook"
desc = "A brutal cleaver on a long chain, it allows you to pull people to your location."
item = /obj/item/gun/magic/hook
cost = 11
restricted_roles = list("Cook")