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

Fixes flashlight medical use being broken #6865

Closed
wants to merge 1 commit into from

Conversation

VileBeggar
Copy link
Contributor

@VileBeggar VileBeggar commented Aug 3, 2024

About the pull request

makes it so you can check eyes with flashlights instead of being told that "You don't have the dexterity for this."
fixes #6769
fixes #5353

Explain why it's good for the game

bug fix!

Testing Photographs and Procedure

Screenshots & Videos
Penlight.mp4

Changelog

🆑
fix: You can use flashlights to check if mobs are dead once again
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Aug 3, 2024
@@ -107,7 +107,7 @@
if((user.getBrainLoss() >= 60) && prob(50)) //too dumb to use flashlight properly
return ..() //just hit them in the head

if((!ishuman(user) || SSticker) && SSticker.mode.name != "monkey") //don't have dexterity
if((!(ishuman(user) || SSticker) && SSticker.mode.name != "monkey"))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if((!(ishuman(user) || SSticker) && SSticker.mode.name != "monkey"))
if(!(ishuman(user) || SSticker) && SSticker.mode.name != "monkey")

@kiVts kiVts marked this pull request as draft August 5, 2024 16:41
@kiVts
Copy link
Contributor

kiVts commented Aug 5, 2024

this is also covered by the #6691

@VileBeggar
Copy link
Contributor Author

huh, if that's the case then i don't see a reason for this to be up. cheers

@VileBeggar VileBeggar closed this Aug 6, 2024
@VileBeggar VileBeggar deleted the penlight-fix branch August 6, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Head Surgeon on WO gets penlight that is unusable. Penlight Dexterity
2 participants