Fixes a lot of bugs. (#16187)

* Fixes a lot of bugs.

* fix more shit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-04-10 17:29:16 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 405f4d846c
commit fee7deabd7
32 changed files with 278 additions and 197 deletions
+3 -1
View File
@@ -159,7 +159,7 @@ BREATH ANALYZER
var/pulse_result = "normal"
if(H.should_have_organ(BP_HEART))
if(H.status_flags & FAKEDEATH)
pulse_result = 0
pulse_result = "<span class='danger'>0</span>"
else
pulse_result = H.get_pulse(GETPULSE_TOOL)
pulse_result = "<span class='scan_green'>[pulse_result]</span>"
@@ -186,6 +186,8 @@ BREATH ANALYZER
oxygenation_string = "<span class='scan_warning'>[oxygenation_string]</span>"
if(-(INFINITY) to BLOOD_VOLUME_SURVIVE)
oxygenation_string = "<span class='scan_danger'>[oxygenation_string]</span>"
if(H.status_flags & FAKEDEATH)
oxygenation_string = "<span class='scan_danger'>0% blood oxygenation</span>"
var/blood_pressure_string
switch(H.get_blood_pressure_alert())
@@ -129,6 +129,11 @@
build_path = /obj/machinery/computer/slot_machine
origin_tech = list(TECH_DATA = 2)
/obj/item/circuitboard/ship/navigation
name = T_BOARD("Navigation Console")
origin_tech = list(TECH_ENGINEERING = 2)
build_path = /obj/machinery/computer/ship/navigation
/obj/item/circuitboard/ship/helm
name = T_BOARD("Helm Control Console")
origin_tech = list(TECH_ENGINEERING = 3)