-
Notifications
You must be signed in to change notification settings - Fork 103
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
Examine text for gas masks is broken. #2525
Comments
So, it's not just /obj/item/clothing/mask/gas/ms13/modern, but every mask with "/obj/item/clothing/mask/gas/ms13". Masks from the base game (/obj/item/clothing/mask/gas) have their examine work. I presume this may have something to do with the traits of /obj/item/clothing/mask/gas/ms13. |
After playing a bit with the variables in /obj/item/clothing/mask/gas/ms13, I believe that it isn't a problem. Despite letting it inherit all the variables from /obj/item/clothing/mask/gas, the examine still doesn't work. I love code, someone smarter than me fix this. I think the examine verb may be broken in regards to gas masks? |
I know what's causing the issue- I cut it off and forgot about it. I'll have it fixed and filled out. |
LEAVE THE ROTTING CARCASS ALONE |
Issue Summary
Round ID: 286
Testmerges:
#2482
#2459
Reproduction:
Whenever a gas mask is examined, at least by a ghost, they return no text. If it is examined again, one gets the "You examine the gas mask closer, but find nothing of interest"
Steps for reproduction:
)
The text was updated successfully, but these errors were encountered: