Files
Bubberstation/code
Lucy 7497b05ab1 lazily initialize /datum/element/weapon_description on examine (#92489)
## About The Pull Request

currently, `/datum/element/weapon_description` is added during every
single item init, even tho it only ever affects examines. i noticed
while looking at tracy traces downstream that it spent a bit much time
adding the weapon description, so why not just lazily initialize it
during examine instead?

direct port of the same thing from
https://github.com/Monkestation/Monkestation2.0/pull/7502

## Why It's Good For The Game

less wasted time during item init

## Changelog
🆑
code: Item weapon description elements are now initialized when first
examined, instead of immediately upon initialization.
/🆑
2025-08-19 22:30:35 -04:00
..