You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In the map MiniMammoth, observe.
Go to the irradiated vault (Photo here
)
Examine the gas mask above the skeleton. You won't see anything.
Examine it again to get the "You examine the gas mask closer, but find nothing of interest" message
The text was updated successfully, but these errors were encountered:
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?
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: