Skip to content

Commit

Permalink
Update injuries.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 13, 2022
1 parent af93076 commit 78bfec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/medical/injuries.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ medical.injuries["bruise"] = {
steps = {
{tool = "medical:bandage_cold", take_item = true, rightclick = false, time = 2, hud = bandagehud, mesh = "bandagetest.b3d", textures = {"wool_white.png", "invis.png"}, startsound = "bandagestart", finishsound = "bandagefinish"},
},
hploss = 2,
hploss = 1,
healtime = 600,
medical_step = nil,
}
Expand Down

0 comments on commit 78bfec1

Please sign in to comment.