Skip to content

Conversation

@chazzyjazzy
Copy link
Contributor

@chazzyjazzy chazzyjazzy commented Jan 13, 2026

About The Pull Request

Extending the claimable apartment feature to its own component which can be attached to cars

just need to fix some stuff like the 'civilian' darkpack car which shouldnt be a thing and the 'apartment' vampdoor subtype which probably also shouldnt be a thing (actually probably keeping it for the map...)

Why It's Good For The Game

more player ownership

Changelog

🆑
add: claimable darkpack cars

/:cl:

human.put_in_hands(key)

human.received_ownership_keys += ownership_type
grant_keys = FALSE
Copy link
Member

Choose a reason for hiding this comment

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

You could possible go and cleanup the component once this is used since its already server its use? (unless you want to add stuff like examine text for the ownership or tracking for admins?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not super sure if tracking is necessary but I mayyy be adding stuff like who the 'owner' is so that I can add a police scanner gun that gives the license details of the driver in the driver's seat

@FalloutFalcon
Copy link
Member

Wait this is still drafted.... Fake approval lol.

return

// async proc because signal handler
INVOKE_ASYNC(src, PROC_REF(award_key_async), human, lock_id)
Copy link
Member

@FalloutFalcon FalloutFalcon Jan 13, 2026

Choose a reason for hiding this comment

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

You likely also want to cancel the attack chain if you get this far. (to prevent the character from jostling the door)
return COMPONENT_CANCEL_ATTACK_CHAIN I THINK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants