Fix medkit interrupt reason (#732)
* Add medkit interrupt reason and some bugfix * Bugfix * Fix Bug
This commit is contained in:
parent
3cfb3539ed
commit
518e3f0807
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ local function reason_handler(reason)
|
||||||
elseif reason == "move" then
|
elseif reason == "move" then
|
||||||
return " because you moved!"
|
return " because you moved!"
|
||||||
elseif reason == "die" then
|
elseif reason == "die" then
|
||||||
return "because you died!"
|
return " because you died!"
|
||||||
else
|
else
|
||||||
return "!"
|
return "!"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue