mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user