quick commit

This commit is contained in:
2022-11-21 19:01:11 -05:00
parent f733553652
commit 3e628e5087
67 changed files with 8997 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ storyText[1] = "Welcome to the state-of-the-art Shitting Simulator! A very advan
storyText[2] = "So the story is simple: You've eaten so many pickles and beans and drank so much milk that your rectum will burst if you don't take a shit in the next two minutes."
storyText[3] = "You accidently use your flux capacitor and travel in time to the far future, where you find yourself in a city where you are shitting all over the place."
storyText[4] = "You have to run from the robocops and pack 100 pieces of shit into boxes! Good luck!"
function getStoryFormspec(number)
storyFormspec =
{
@@ -96,6 +97,12 @@ end
is_game_started = false
is_game_finished = false
minetest.register_on_newplayer(function(ObjectRef)
minetest.place_schematic({x = 0, y = 0, z = 0}, minetest.get_modpath("poop") .. "/map.mts", "0", nil, true)
ObjectRef:set_pos({x = 15, y = 11, z = 15})
end)
function ending()
end