From b2fdb978bb36f61509d58e683ae3cc1e2b3ec5e2 Mon Sep 17 00:00:00 2001 From: Cplhardcore <135324281+Cplhardcore@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:58:42 -0700 Subject: [PATCH] Pharma- Fix Coag PR 575 (#576) **When merged this pull request will:** - remove a little snaggle of code I forgot to remove ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`. --- addons/surgery/ACE_Medical_Treatment.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/surgery/ACE_Medical_Treatment.hpp b/addons/surgery/ACE_Medical_Treatment.hpp index 5aeef4c7e..bedeb8643 100644 --- a/addons/surgery/ACE_Medical_Treatment.hpp +++ b/addons/surgery/ACE_Medical_Treatment.hpp @@ -248,7 +248,6 @@ class ACE_Medical_Treatment { }; class AbrasionMinor: Abrasion { effectiveness = 2; - reopeningChance = 0; }; class AvulsionMinor: AbrasionMinor { effectiveness = 1;