mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Lowers contractor baton cost. Baton can only be bought by roundstart traitors, while midroll/latejoin traitors cannot buy a baton (They must buy the contractor kit for one). (#26344)
* Lowers contractor baton cost. Baton can only be bought by roundstart traitors, while midroll/latejoin traitors cannot buy a baton (They must buy the contractor kit for one). (#81204) ## About The Pull Request Contractor baton 12 -> 7 TC Mid/latejoin traitors can no longer buy a baton (They must buy the contractor kit) Fix midroll/latejoin traitors having access to roundstart traitor shop. ## Why It's Good For The Game   ## Changelog 🆑 balance: Contractor baton costs 7 TC (down from 12 TC) balance: Midroll/Latejoin traitors can no longer buy the baton, they must buy the whole kit fix: Midroll/Latejoin traitors no longer have access to roundstart traitor exclusive items /🆑 * Lowers contractor baton cost. Baton can only be bought by roundstart traitors, while midroll/latejoin traitors cannot buy a baton (They must buy the contractor kit for one). --------- Co-authored-by: Xander3359 <66163761+Xander3359@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
// There will still be a timelock on uplink items
|
||||
name = "\improper Infiltrator"
|
||||
give_secondary_objectives = FALSE
|
||||
uplink_flag_given = UPLINK_TRAITORS | UPLINK_INFILTRATORS
|
||||
uplink_flag_given = UPLINK_INFILTRATORS
|
||||
|
||||
/datum/antagonist/traitor/infiltrator/sleeper_agent
|
||||
name = "\improper Syndicate Sleeper Agent"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
item = /obj/item/storage/box/syndicate/contract_kit
|
||||
category = /datum/uplink_category/contractor
|
||||
cost = 20
|
||||
purchasable_from = UPLINK_INFILTRATORS
|
||||
purchasable_from = ~(UPLINK_CLOWN_OPS | UPLINK_NUKE_OPS | UPLINK_TRAITORS)
|
||||
|
||||
/datum/uplink_item/bundles_tc/contract_kit/purchase(mob/user, datum/uplink_handler/uplink_handler, atom/movable/source)
|
||||
. = ..()
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
These shocks are capable of affecting the inner circuitry of most robots as well, applying a short stun. \
|
||||
Has the added benefit of affecting the vocal cords of your victim, causing them to slur as if inebriated."
|
||||
item = /obj/item/melee/baton/telescopic/contractor_baton
|
||||
cost = 12
|
||||
cost = 7
|
||||
surplus = 50
|
||||
limited_stock = 1
|
||||
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)
|
||||
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS | UPLINK_INFILTRATORS)
|
||||
|
||||
Reference in New Issue
Block a user