Skip to content

Commit

Permalink
Adds contractor baton to traitor uplink. (#78629)
Browse files Browse the repository at this point in the history
## About The Pull Request
Reduces ebow timer to 0 rep.
Adds in contractor baton, with 0 rep requirement, costing 12 TC.
## Why It's Good For The Game
Traitors need more tools to restrain crewmates without outright killing
them.


Approved by Watermelon:

![image](https://github.com/tgstation/tgstation/assets/66163761/9e31dfd9-4aa3-4c4f-9ba4-39356b2a6d47)
## Changelog
:cl:
add: Contractor baton in traitor uplink for 12 TC
balance: Ebow no longer has a reputation requirement.
/:cl:
  • Loading branch information
Xander3359 authored and Gboster-0 committed Oct 28, 2023
1 parent ff3cebc commit 7d2449b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion code/modules/uplink/uplink_items/stealthy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,16 @@
slur as if inebriated. It can produce an infinite number \
of bolts, but takes time to automatically recharge after each shot."
item = /obj/item/gun/energy/recharge/ebow
progression_minimum = 30 MINUTES
cost = 10
surplus = 50
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

/datum/uplink_item/stealthy_weapons/contrabaton
name = "Contractor Baton"
desc = "A compact, specialised baton assigned to Syndicate contractors. Applies light electrical shocks to targets. \
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
surplus = 50
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

0 comments on commit 7d2449b

Please sign in to comment.