Files
Bubberstation/code/game/atom
Neocloudy ae68e94c45 Examine fixes and documentation touchup (#87838)
## About The Pull Request
Fixes and stuff I noticed from when I was porting examine stuff from
here to TGMC.
- Uses regex so that if you include `and ` in the tooltip of an examine
tag but not main text, `examine()` will not think you said `and ` in the
main text
- The morbid tooltip doesn't try to use HTML for the tooltip now
- Updates documentation for `examine_tags`

Here's my cat.


![image](https://github.com/user-attachments/assets/080235e2-2c73-4875-a22e-acb808496541)
## Changelog
🆑
fix: examine tags now use regex for checking if a tag has "and" in it
spellcheck: the tooltip for the morbid examine tag doesn't try to use
html anymore
/🆑
2024-11-12 17:21:02 +01:00
..

Core /atom Systems

This is a folder of basic systems that apply to all /atom types, split into relevant files. Keep the files named fittingly and don't put anything in _atom.dm if you can avoid it.