mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
A few medical fixes. (#22022)
- Pneumalin no longer fixes damage on robotic lungs. - Fixed augments not processing. This means that HUD augments are fixed as well. - Fixed health analyzers displaying damage between 0 and 1 as 'none'. Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
|
||||
..()
|
||||
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
target.internal_organs |= src
|
||||
affected.internal_organs |= src
|
||||
target.internal_organs_by_name[organ_tag] = src
|
||||
|
||||
@@ -48,10 +48,10 @@
|
||||
|
||||
if(selected_hud == "disabled")
|
||||
selected_hud = SEC_HUDTYPE
|
||||
to_chat(user, "You activate \the [src].")
|
||||
to_chat(user, SPAN_NOTICE("You activate \the [src]."))
|
||||
else
|
||||
selected_hud = "disabled"
|
||||
to_chat(user, "You deactivate \the [src].")
|
||||
to_chat(user, SPAN_NOTICE("You deactivate \the [src]."))
|
||||
|
||||
/obj/item/organ/internal/augment/eye_sensors/security/process()
|
||||
..()
|
||||
@@ -67,6 +67,7 @@
|
||||
active_hud = "disabled"
|
||||
else
|
||||
active_hud = "disabled"
|
||||
|
||||
/obj/item/organ/internal/augment/eye_sensors/medical
|
||||
name = "integrated medical HUD sensors"
|
||||
action_button_name = "Toggle Medical Sensors"
|
||||
@@ -76,10 +77,10 @@
|
||||
|
||||
if(selected_hud == "disabled")
|
||||
selected_hud = MED_HUDTYPE
|
||||
to_chat(user, "You activate \the [src].")
|
||||
to_chat(user, SPAN_NOTICE("You activate \the [src]."))
|
||||
else
|
||||
selected_hud = "disabled"
|
||||
to_chat(user, "You deactivate \the [src].")
|
||||
to_chat(user, SPAN_NOTICE("You deactivate \the [src]."))
|
||||
|
||||
/obj/item/organ/internal/augment/eye_sensors/medical/process()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user