Files
silicons b1029a24f8 Power Cell Rework + Energy Weapon Rebalance (& misc changes) (#7438)
- all cells in the game are now small, medium, large
- super, hyper capacity cells, device, and weapon cells are all removed
- cells now have standardized variants, some of which are printable by
R&D
- energy weapons rebalanced
- **advanced energy guns and stun revolvers removed** - use the new
modular weapon system and microfission cells.

---------

Co-authored-by: silicons <silicons@silicons.dev>
2025-12-24 12:15:01 +01:00
..

atom hud system

atom HUDs are ultimately a way to attach /image's to specific /atom's, and manage showing/hiding them from consumers.

atom HUDs consist of 2 parts

/datum/atom_hud_provider

provides icons to atom huds. tracks and processes updates.

/datum/atom_hud

this is a hud that draws from a group of providers to provide those images to perspectives that use it.