Skip to content
Snippets Groups Projects
Commit b04fa950 authored by Arkerthan's avatar Arkerthan
Browse files

fix chem damage

parent ee860459
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ App.Medicine.OrganFarm.implant = function(slave, type, actionIndex) {
A.implant(slave);
surgeryDamage(slave, A.healthImpact);
if (V.organFarmUpgrade >= 2) {
slave.chem -= 20;
slave.chem += 20;
}
App.Medicine.OrganFarm.removeOrgan(slave, type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment