Fixed TOC UI not working in MP

This commit is contained in:
Pao
2023-01-14 18:40:08 +01:00
parent 53e8d7456d
commit 3ce154079a
7 changed files with 241 additions and 123 deletions

View File

@@ -2,7 +2,16 @@ if not TheOnlyCure then
TheOnlyCure = {}
end
-- TODO this is gonna break a lot of stuff, don't do this you ass
-- GLOBAL STRINGS
-- TODO Unify Context Menus check with TOC Menu UI
Left = "Left"
Right = "Right"
@@ -116,10 +125,6 @@ function TheOnlyCure.DeclareTraits()
TraitFactory.setMutualExclusive("amputee2", "amputee3")
end
-- ModOptions implement it you cuck
-----------------------------------------------------------------------
function TheOnlyCure.CutLimb(part_name, surgeon_factor, bandage_table, painkiller_table)