Update room4.lua

This commit is contained in:
goraph 2021-05-05 00:37:52 +03:00 committed by GitHub
parent 64a8d35f61
commit f382de67bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ Verb {
mp.msg.Play = {}
function mp:Play(w)
if not w then
p "На чём ты хочешь играть?";
return;
end
if mp:check_touch() then
return
end