mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Improves the Health Analyzer sprite (#32063)
* Sprites! * upgrade sprite * makes advanced analzyer not an overlay * deletes the old advanced overlay * deletes the old advanced overlay * Somehow deleted the fine scanner whoops
This commit is contained in:
@@ -346,20 +346,16 @@
|
||||
return
|
||||
|
||||
to_chat(user, SPAN_NOTICE("You install the upgrade on [src]."))
|
||||
add_overlay("advanced")
|
||||
icon_state = "health2"
|
||||
playsound(loc, I.usesound, 50, TRUE)
|
||||
advanced = TRUE
|
||||
qdel(I)
|
||||
|
||||
/obj/item/healthanalyzer/advanced
|
||||
name = "advanced health analyzer"
|
||||
icon_state = "health2"
|
||||
advanced = TRUE
|
||||
|
||||
/obj/item/healthanalyzer/advanced/Initialize(mapload)
|
||||
. = ..()
|
||||
add_overlay("advanced")
|
||||
|
||||
|
||||
/obj/item/healthupgrade
|
||||
name = "Health Analyzer Upgrade"
|
||||
desc = "An upgrade unit that can be installed on a health analyzer for expanded functionality."
|
||||
|
||||
Reference in New Issue
Block a user