Adds the MODsuit Health Analyzer (#31813)

* initial commit

* makes it printable at robotics

* Update code/modules/mod/modules/modules_medical.dm

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com>

* we already had a sprite

---------

Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
Hayden Redacted
2026-04-09 15:21:02 -04:00
committed by GitHub
parent 82e30b6f61
commit bdcbd1aa03
3 changed files with 28 additions and 0 deletions
@@ -285,6 +285,13 @@
materials = list(MAT_METAL = 10000, MAT_GLASS = 4000, MAT_SILVER = 2000)
build_path = /obj/item/mod/module/defibrillator
/datum/design/module/analyzer
name = "Health Analyzer Module"
id = "mod_analyzer"
req_tech = list("biotech" = 3, "materials" = 5)
materials = list(MAT_METAL = 4000, MAT_GLASS = 4000)
build_path = /obj/item/mod/module/analyzer
/datum/design/module/mod_bikehorn
name = "Bike Horn Module"
id = "mod_bikehorn"