Skip to content

Commit 43ae75f

Browse files
mrtechtroidLoneWolfHT
authored andcommitted
Show message to healer on healing a player
1 parent a67555b commit 43ae75f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mods/ctf/ctf_combat/ctf_healing/bandage.lua

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ function ctf_healing.register_bandage(name, def)
6666
text = uname .. " healed you!",
6767
color = 0xC1FF44,
6868
})
69+
hud_events.new(uname, {
70+
quick = true,
71+
text = "You healed "..pname.."!",
72+
color = 0xC1FF44,
73+
})
6974
elseif type(result) == "string" then
7075
hud_events.new(uname, {
7176
quick = true,

0 commit comments

Comments
 (0)