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] Quirks, which give items, now have quirk_item arg specified as obj/item, instead of being just a var #2937

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#2035
Original PR: tgstation/tgstation#82650

About The Pull Request

quirk_item is now /obj/item, since it will allow for calling procs or getting variables from this item

It's required for non-modular translation to call for item's name to remove articles

Why It's Good For The Game

It's always an item, and if it's a path, it's already checked for it. Better usage in the future.

…as obj/item, instead of being just a var (#2035)

* Quirks, which give items, now have quirk_item arg specified as obj/item, instead of being just a var (#82650)

## About The Pull Request
quirk_item is now /obj/item, since it will allow for calling procs or
getting variables from this item

It's required for non-modular translation to call for item's name to
remove articles

## Why It's Good For The Game
It's always an item, and if it's a path, it's already checked for it.
Better usage in the future.

* Quirks, which give items, now have quirk_item arg specified as obj/item, instead of being just a var

---------

Co-authored-by: larentoun <[email protected]>
@ReezeBL ReezeBL merged commit 4167c40 into master Apr 18, 2024
27 checks passed
@ReezeBL ReezeBL deleted the upstream-mirror-2035 branch April 18, 2024 07:34
Iajret pushed a commit that referenced this pull request Jun 9, 2024
* Fixes basic bots being targeted by turrets (#83777)

turret faction got removed by accident.

fixes #83747

🆑 ShizCalev
fix: Basic bots are now in the proper faction and will no longer be
targeted by turrets.
/🆑

* Fixes basic bots being targeted by turrets

---------

Co-authored-by: Afevis <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
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