situation handling
This commit is contained in:
6
inc/situation/situation.drink_coffee.lua
Normal file
6
inc/situation/situation.drink_coffee.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
Situation.register({
|
||||
id = "drink_coffee",
|
||||
handle = function()
|
||||
Audio.sfx_select()
|
||||
end,
|
||||
})
|
||||
Reference in New Issue
Block a user