Skip to content

Commit

Permalink
balance: TC inflation (ss220-space#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainnelly authored and Etrnlmelancholy committed Jan 3, 2024
1 parent 7999a5b commit b44c056
Show file tree
Hide file tree
Showing 18 changed files with 293 additions and 290 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files/RandomZLevels/terrorspiders.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -11288,7 +11288,7 @@
/obj/item/paper/terrorspiders3,
/obj/item/pen/edagger,
/obj/item/stack/telecrystal{
amount = 10
amount = 50
},
/obj/item/chameleon,
/obj/item/reagent_containers/glass/bottle/traitor,
Expand Down
12 changes: 6 additions & 6 deletions _maps/map_files/generic/CentComm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2436,11 +2436,11 @@
desc = "Баксоны максона. Возможно кто-то приобретет пропуск.";
name = "100.000 �������� �������"
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
amount = 115;
desc = null
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
amount = 115;
desc = null
},
Expand Down Expand Up @@ -11465,18 +11465,18 @@
/area/centcom/zone1)
"fQg" = (
/obj/structure/table/wood,
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
pixel_x = 3
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
pixel_x = -3;
pixel_y = 4
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
pixel_x = -4;
pixel_y = -2
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
pixel_x = 3;
pixel_y = 9
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/generic/syndicatebase.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
/obj/item/stack/sheet/mineral/gold{
amount = 50
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
amount = 20;
desc = null
},
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/generic/z2_old.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13202,11 +13202,11 @@
desc = "Баксоны максона. Возможно кто-то приобретет пропуск.";
name = "100.000 �������� �������"
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
amount = 115;
desc = null
},
/obj/item/stack/telecrystal/fifty{
/obj/item/stack/telecrystal/twohundread_fifty{
amount = 115;
desc = null
},
Expand Down
4 changes: 2 additions & 2 deletions code/datums/outfits/outfit_admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
)

var/id_access = "Syndicate Operative"
var/uplink_uses = 20
var/uplink_uses = 100

/datum/outfit/admin/syndicate/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
. = ..()
Expand Down Expand Up @@ -173,7 +173,7 @@
name = "Syndicate Spy"
uniform = /obj/item/clothing/under/suit_jacket/really_black
shoes = /obj/item/clothing/shoes/chameleon/noslip
uplink_uses = 40
uplink_uses = 200
id_access = "Syndicate Agent"

implants = list(
Expand Down
Loading

0 comments on commit b44c056

Please sign in to comment.