-
Notifications
You must be signed in to change notification settings - Fork 489
add: Б.O.Р.И.С. модуль. Теперь на парашизе. #8518
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
Merged
dageavtobusnick
merged 63 commits into
ss220-space:master220
from
Buravka:barbariska_reborn
Mar 9, 2026
Merged
Changes from 7 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
10b38fa
del: Удаление МЭКов и Интегралок из билда (#8512)
chomasuke c2b78c4
Add boriska
Buravka 23a53e3
Merge branch 'barbaris_module' into barbariska_reborn
Buravka 26869d9
fix
Buravka a3997e1
zabyl
Buravka fc8f4b9
zabyl2
Buravka 252c124
nashel
Buravka a3d0b24
opechatochka
Buravka ece103d
fix2
Buravka 893f444
opechatochka2
Buravka cd3bce5
fix3
Buravka 5fd338a
opechatochka3
Buravka 89765f9
Merge branch 'master220' into barbariska_reborn
Buravka 99c8c30
Merge branch 'master220' into barbariska_reborn
Buravka 7a9a48e
fix4
Buravka c058f10
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka cbe42c3
Merge branch 'master220' into barbariska_reborn
Buravka 29ea539
opechatochka4
Buravka c0b4a91
Merge branch 'master220' into barbariska_reborn
Buravka cd8ad0c
Merge branch 'master220' into barbariska_reborn
Buravka 9f47fd6
Merge branch 'master220' into barbariska_reborn
Buravka 6431bd0
revision
Buravka ce8597b
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka c3a04ac
Merge branch 'master220' into barbariska_reborn
Buravka 20c4027
zabyl
Buravka 444c3db
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka fb592aa
kavo
Buravka 24fd0ba
kavo2
Buravka f7434c8
revision2
Buravka dd5f285
pamagiti
Buravka 08c84d4
pamagite2
Buravka 317ada9
Revert "pamagite2"
Buravka 06ed683
Merge branch 'master220' into barbariska_reborn
Buravka 3a6d820
pamagite3
Buravka 928f272
Revert "pamagite3"
Buravka ea14a44
Revert "pamagiti"
Buravka 225438b
pamagiti4
Buravka 4c4b260
Merge branch 'master220' into barbariska_reborn
Buravka 637c1ac
Merge branch 'master220' into barbariska_reborn
Buravka 0d25570
fix5
Buravka 1c0ce1d
Merge branch 'master220' into barbariska_reborn
Buravka 2272da9
Merge branch 'master220' into barbariska_reborn
Buravka 5000b34
Merge branch 'master220' into barbariska_reborn
Buravka 2c39f17
Merge branch 'master220' into barbariska_reborn
Buravka 868948c
fix6
Buravka c480df4
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka 783f7d6
Merge branch 'master220' into barbariska_reborn
Buravka 0d1ea7d
pamagite
Buravka c4b680c
Merge branch 'master220' into barbariska_reborn
Buravka dfd4954
pamagite6
Buravka a5248e2
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka 88e7c99
Revert "pamagite6"
Buravka ce2e6be
pamagite!!!
Buravka f925d59
loc
Buravka dfe9beb
fix7
Buravka 05f9996
Update code/modules/mob/living/silicon/robot/laws.dm
Buravka 8878381
Update code/modules/mob/living/silicon/robot/robot.dm
Buravka 4bb7188
pamagite8
Buravka 8ed21c1
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka 6164324
pamagite!!!!!!
Buravka db05b53
Merge branch 'master220' into barbariska_reborn
Buravka 1e033cd
fix8
Buravka 521c151
Merge branch 'barbariska_reborn' of https://github.com/Buravka/Buravc…
Buravka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,6 +160,15 @@ | |
| var/mob/living/silicon/ai/AI = usr | ||
| AI.move_down() | ||
|
|
||
| /atom/movable/screen/ai/connect_to_shell | ||
| name = "Подключиться к оболочке" | ||
| icon_state = "AIshell" | ||
|
|
||
| /atom/movable/screen/ai/connect_to_shell/Click() | ||
| if(isAI(usr)) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ранний ретурн |
||
| var/mob/living/silicon/ai/AI = usr | ||
| AI.deploy_to_shell() | ||
|
|
||
| /datum/hud/ai/New(mob/owner) | ||
| ..() | ||
|
|
||
|
|
@@ -259,3 +268,8 @@ | |
| using = new /atom/movable/screen/ai/move_down(null, src) | ||
| using.screen_loc = ui_ai_down | ||
| static_inventory += using | ||
|
|
||
| //Connect to shell | ||
| using = new /atom/movable/screen/ai/connect_to_shell(null, src) | ||
| using.screen_loc = ui_ai_connect_to_shell | ||
| static_inventory += using | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.