Skip to content

Commit

Permalink
Makes Chameleon Kits less restricted (tgstation#34799)
Browse files Browse the repository at this point in the history
[Changelogs]: The Syndicate would like to apologise to its agents on under-manned stations for failing to supply them with proper disguises

πŸ†‘
balance: The Syndicate Chameleon Kit is now available during rounds of lower population. Because of course you can have an e-sword and revolver without restriction but disguising and RP is verboten because we deathmatch station now.
/πŸ†‘

[why]: I'd rather remove the restriction entirely but I'm sure someone will complain that a perfect disguise is OP on low-pop but Sleeping Carp/Revolver/etc isn't somehow
  • Loading branch information
Anonmare authored and optimumtact committed Jan 27, 2018
1 parent fb4b5b4 commit fa22a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/uplink/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once.
item = /obj/item/storage/box/syndie_kit/chameleon
cost = 4
exclude_modes = list(/datum/game_mode/nuclear)
player_minimum = 20
player_minimum = 12

/datum/uplink_item/stealthy_tools/syndigaloshes
name = "No-Slip Chameleon Shoes"
Expand Down

0 comments on commit fa22a93

Please sign in to comment.