Fixed Interact Key bug
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
require('Items/Distributions')
|
||||
require('Items/SuburbsDistributions')
|
||||
|
||||
|
||||
--SuburbsDistributions = SuburbsDistributions or {}
|
||||
|
||||
-- Insert Prosts and various items in the Medical Clinic loot table
|
||||
|
||||
local prosthesisLoot = {
|
||||
[1] = {
|
||||
name = "TOC.Prost_HookArm_L",
|
||||
chance = 10
|
||||
chance = 3
|
||||
},
|
||||
|
||||
[2] = {
|
||||
name = "TOC.Prost_NormalArm_L",
|
||||
chance = 10
|
||||
chance = 2
|
||||
},
|
||||
|
||||
[3] = {
|
||||
name = "TOC.Surg_Arm_Tourniquet_L",
|
||||
chance = 25
|
||||
chance = 20
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user