add: medical patches (#194)

* add: medical patches

* removing some comments

* some fixes

* oops
This commit is contained in:
RinKeeper
2024-03-20 22:51:28 +03:00
committed by GitHub
parent 4442e2b625
commit 3a55a8afbe
14 changed files with 344 additions and 0 deletions

View File

@@ -22,5 +22,6 @@ public sealed partial class ChemistrySystem : EntitySystem
// Why ChemMaster duplicates reagentdispenser nobody knows.
InitializeHypospray();
InitializeMixing();
InitializePatch();
}
}