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

[MIRROR] Fixed a runtime error with lobstrosity charge (also rust charge). #1199

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Skyrat: Skyrat-SS13/Skyrat-tg#25716
Original PR: tgstation/tgstation#80392

About The Pull Request

Small premise: basic_charge can call hit_target for objects and not just mobs, unlike the parent type, also you usually call try_hit_target and not hit_target directly. That said, this PR fixes two small issues with a couple subtypes of the charge action.

Why It's Good For The Game

Runtimes bad.

Changelog

N/A

…rge). [MDB IGNORE] (#25716)

* Fixed a runtime error with lobstrosity charge (also rust charge). (#80392)

## About The Pull Request
Small premise: `basic_charge` can call `hit_target` for objects and not
just mobs, unlike the parent type, also you usually call
`try_hit_target` and not `hit_target` directly. That said, this PR fixes
two small issues with a couple subtypes of the charge action.

## Why It's Good For The Game
Runtimes bad.

## Changelog
N/A

* Fixed a runtime error with lobstrosity charge (also rust charge).

---------

Co-authored-by: Ghom <[email protected]>
@Iajret Iajret merged commit 6e827fa into master Dec 18, 2023
23 checks passed
@Iajret Iajret deleted the upstream-mirror-25716 branch December 18, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants