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

Optimizes shrapnel code a bit. #238

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

Helg2
Copy link
Collaborator

@Helg2 Helg2 commented Sep 7, 2024

Основные изменения

Удалил лишнюю проверку.

@Helg2 Helg2 added the Code Improvement Изменение для ускорения работы. label Sep 7, 2024
@Helg2 Helg2 requested a review from homexp13 September 7, 2024 10:44
Comment on lines -191 to +190
//forceMove(get_turf(src)) // RUTGMC DELETION
if(!is_shrapnel) // RUTGMC ADDITION START
forceMove(get_turf(src))
else if(get_turf(source))
forceMove(get_turf(source)) //RUTGMC ADDITION END

forceMove(get_turf(src))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

если честно я не понимаю что тут происходит но буду верить

@Tatarla Tatarla merged commit 157868e into PMC-Unga-Marines:master Sep 8, 2024
7 checks passed
@Helg2 Helg2 deleted the optimizes-shrapnel-a-bit branch September 8, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Improvement Изменение для ускорения работы.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants