mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
Adds the advanced health analyzer (#4326)
* WIP - advanced health analyzer * Adds the advanced health analyzer. * Updates radiation levels * Fixes travis and removes snark * Fixes a bug that wasn't my fault (for real) * Adds tiers. * Phasic sounds cooler * Fixes sprites
This commit is contained in:
committed by
Anewbe
parent
c2c8d52a12
commit
0d458b204e
@@ -332,6 +332,13 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7500, "phoron" = 11250, "uranium" = 15000)
|
||||
build_path = /obj/item/borg/upgrade/jetpack
|
||||
|
||||
/datum/design/item/prosfab/robot_upgrade/advhealth
|
||||
name = "Advanced Health Analyzer Module"
|
||||
desc = "An advanced health analyzer suitable for diagnosing more serious injuries."
|
||||
id = "borg_advhealth_module"
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "glass" = 6500, "diamond" = 350)
|
||||
build_path = /obj/item/borg/upgrade/advhealth
|
||||
|
||||
/datum/design/item/prosfab/robot_upgrade/syndicate
|
||||
name = "Scrambled Equipment Module"
|
||||
desc = "Allows for the construction of lethal upgrades for cyborgs."
|
||||
|
||||
Reference in New Issue
Block a user