Skip to content

Biting Tutorial#732

Open
FalloutFalcon wants to merge 3 commits intoDarkPack13:masterfrom
FalloutFalcon:biting-tutorial
Open

Biting Tutorial#732
FalloutFalcon wants to merge 3 commits intoDarkPack13:masterfrom
FalloutFalcon:biting-tutorial

Conversation

@FalloutFalcon
Copy link
Member

@FalloutFalcon FalloutFalcon commented Feb 26, 2026

About The Pull Request

2026-02-25.18-01-08.mp4

Why It's Good For The Game

Some people used to click the button but its a keybind now.

Changelog

🆑
add: Adds a tutorial for biting as a Kindred
/:cl:

@FalloutFalcon FalloutFalcon requested a review from a team as a code owner February 26, 2026 00:05

GLOB.kindred_list -= owner

/datum/splat/vampire/kindred/splat_life(seconds_per_tick)
Copy link
Collaborator

Choose a reason for hiding this comment

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

surely there's a better way than having a check for this each splat_life() tick???

Copy link
Member Author

Choose a reason for hiding this comment

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

If u have one ill try it.

Copy link
Contributor

Choose a reason for hiding this comment

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

is this how /tg/ handles it???

Copy link
Member Author

Choose a reason for hiding this comment

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

tg doesnt need to listen to things around it, they just call it directly in the attack_chain code for the hand tutorials lol.

Copy link
Contributor

Choose a reason for hiding this comment

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

cant we instead just trigger it from grabbing an npc, or perhaps when bloodpool enters hungry state via TRAIT_NEEDS_BLOOD so that it isn't running on every life tick?

Copy link
Member Author

Choose a reason for hiding this comment

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

Once it finds and tries an npc once, it wont get past !tutorial_shown so i dont reallllly see the issue tbh.

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.

3 participants