mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13899 from VOREStation/surgery-selection
Allows you to select if you want to heal brute or burn via surgery
This commit is contained in:
@@ -106,8 +106,6 @@
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
if(affected.burn_stage < 1 || !(affected.burn_dam))
|
||||
return 0
|
||||
if(affected.burn_dam < affected.brute_dam)
|
||||
return 0
|
||||
return 1
|
||||
return 0
|
||||
|
||||
@@ -173,8 +171,6 @@
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
if(affected.brute_stage < 1 || !(affected.brute_dam))
|
||||
return 0
|
||||
if(affected.brute_dam < affected.burn_dam)
|
||||
return 0
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user