1
0
Fork 0
mirror of https://github.com/goraph/17rooms.git synced 2024-04-29 07:19:17 +03:00

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

View file

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