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

fix jaw stat tracking #16982

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Mantlecrawler
Copy link
Contributor

About The Pull Request

Fix stattracking for acid jaw

Why It's Good For The Game

Me? Testing my code? I would never!

Changelog

🆑 Cheese
fix: Acid Maw stats no longer also include acid jaw stats.
server: something server ops should know
/:cl:

@Mantlecrawler Mantlecrawler changed the title whoopsies doopsies (the entire bee movie script) fix jaw stat tracking Jan 24, 2025
if(xeno_attacker.client)
var/datum/personal_statistics/personal_statistics = GLOB.personal_statistics_list[xeno_attacker.ckey]
personal_statistics.acid_maw_uses++
if(type == /obj/structure/xeno/acid_maw) //this is stinky but we need to call parent for acid jaw regardless so have to do the tracking, for both, here
Copy link
Contributor

Choose a reason for hiding this comment

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

Make it a switch at least if you gotta make this ugly ass spaghetti

@TiviPlus TiviPlus added the Fix Fixes an issue with the game. label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fixes an issue with the game.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants