Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXXXX]Чистим баг-репорт #875

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions Content.Shared/CCVar/CCVars.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ent-ADTClothingUniformJumpskirtTurtleneckBlueshield = юбка-водолазк


ent-ADTClothingUniformJumpskirtTurtleneckBlack = чёрная водолазка с юбкой
.desc = { ent-ADTClothingUniformTurtleneckBlack.desc }
.desc = Любимая одежда книжного червя.
.suffix = { "" }


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ent-ADTMandarinSeeds = пакет семян мандарина
.desc = Ох, скорей бы выросли!
.suffix = Новый год
# семяна
seeds-mandarin-name = мандарина
seeds-mandarin-display-name = мандарина
seeds-mandarin-name = мандарин
seeds-mandarin-display-name = мандарин
# сок
reagent-name-juice-mandarin = мандариновый сок
reagent-desc-juice-mandarin = И вкусно, и богато витамином C. Чего ещё желать?
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
id: MobHumanSyndicateAgentSpy
name: syndicate spy
components:
- type: NukeOperative # ADT Tweak
- type: Loadout
prototypes: [SyndicateReinforcementSpy]
roleLoadout: [ RoleSurvivalSyndicate ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
types:
Shock: -5
Caustic: -5
Heat: -5 # ADT Tweak
# healingBeginSound:
# path: "/Audio/Items/Medical/ointment_begin.ogg"
# healingEndSound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- tool: Sawing
doAfter: 2
- node: shotgunsawn
entity: WeaponShotgunSawnEmpty # Makes the sawn-off spawn empty. At max they're losing 2 shells.
entity: WeaponShotgunSawn # ADT Tweak: WeaponShotgunSawnEmpty -> WeaponShotgunSawn, Makes the sawn-off spawn empty. At max they're losing 2 shells.
Loading