Fix medkit interrupt reason (#732)

* Add medkit interrupt reason and some bugfix

* Bugfix

* Fix Bug
This commit is contained in:
Emojigit 2021-01-05 12:27:43 +08:00 committed by GitHub
parent 3cfb3539ed
commit 518e3f0807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ local function reason_handler(reason)
elseif reason == "move" then
return " because you moved!"
elseif reason == "die" then
return "because you died!"
return " because you died!"
else
return "!"
end