Fixed Interact Key bug

This commit is contained in:
ZioPao
2024-03-29 01:09:13 +01:00
parent 1e72bac223
commit 3a3d58e8a0
3 changed files with 13 additions and 6 deletions

View File

@@ -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
}
}