This repository has been archived on 2025-06-08. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
189 B
Lua

function onGameOverStart()
precacheSound("christmasdeath")
playSound("christmasdeath", 1)
end
-- crash prevention
function onUpdate() end
function onUpdatePost() end