/datum/component/surgery_bed
        
    
            
        
A component for surgery beds and those that act like them, handles patient information, success chance, and available surgeries
| Vars | |
| computer | Linked computer for getting surgeries | 
|---|---|
| extra_surgeries | Extra surgeries that can be preformed on this object, even if its not researched | 
| op_computer_linkable | If this obj can pull surgeries from nearby operating computers | 
| success_chance | Modifier to the success chance of surgeries that are preformed on this, 1 is 100% | 
Var Details
computer
            
        
    
            
        
        Linked computer for getting surgeries
extra_surgeries
            
        
    
            
        
        Extra surgeries that can be preformed on this object, even if its not researched
op_computer_linkable
            
        
    
            
        
        If this obj can pull surgeries from nearby operating computers
success_chance
            
        
    
            
        
        Modifier to the success chance of surgeries that are preformed on this, 1 is 100%