Various Surgery & Medical fixes, QoL, and adjustments (#18718)

* bunch of medical adjustments

* or so i thought

* De-death surgery

* Update carbon.dm

* Update mob_grab_specials.dm

* yeh

* Palpation

* internal bleeding

* Update life.dm

* duration increase

* adjust these

* Fixes a bug with defibs that I caused

When I reworked get_crit_point, it caused defibs to DEAL oxyloss instead of HEALING it, like it has been doing for the past 8 years. This fixes it.

* fixcees this

* fixes syringe stabbing

* Converts these to managed global lists

* gets rid of disabilities

* Change injury check to use do_after with delay

* lungfix

* actually remove the necrosis

* Fixes brain surgery

* fix language bug

* Update brain.dm

* ghetto surgery adjustments

Buffs some ghetto surgery
Makes some injuries sustained less gnarly if you fail with a ghetto tool.
Some mild typo fixes.
This commit is contained in:
Cameron Lennox
2025-11-08 18:24:55 -05:00
committed by GitHub
parent 0a4cae3217
commit 4899465a23
36 changed files with 495 additions and 340 deletions
@@ -219,7 +219,7 @@
icon = 'icons/obj/rollerbed.dmi'
icon_state = "rollerbed"
anchored = FALSE
surgery_odds = 50 //VOREStation Edit
surgery_cleanliness = 60
var/bedtype = /obj/structure/bed/roller
var/rollertype = /obj/item/roller
flippable = FALSE
@@ -227,6 +227,7 @@
/obj/structure/bed/roller/adv
name = "advanced roller bed"
icon_state = "rollerbedadv"
surgery_cleanliness = 75
bedtype = /obj/structure/bed/roller/adv
rollertype = /obj/item/roller/adv