Skip to content

Commit

Permalink
Update nanites.dm (#8520)
Browse files Browse the repository at this point in the history
Band-aid fixtng FBP nanites, now they are at least working
  • Loading branch information
AltHit committed Sep 6, 2024
1 parent f37e99f commit ce50ada
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions code/modules/reagents/reagents/nanites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,7 @@
overdose = REAGENTS_OVERDOSE / 6

/datum/reagent/nanites/fbp/repair/affect_ingest(mob/living/carbon/M, alien, effect_multiplier)
if(!..())
return
M.add_chemical_effect(CE_MECH_REPAIR, 0.25)

/datum/reagent/nanites/fbp/repair/overdose(mob/living/carbon/M, alien)
if(!..())
return
M.add_chemical_effect(CE_MECH_REPAIR, 0.75)
M.add_chemical_effect(CE_MECH_REPAIR, 0.75) //This plus two other metals will be enough to heal wounds

/* Uncomment when CE_MECH_REPLENISH has a use
// "Blood" restore
Expand Down

0 comments on commit ce50ada

Please sign in to comment.