New map and more
This commit is contained in:
parent
346e410cfd
commit
4ae451d15e
@ -11,7 +11,7 @@ end
|
|||||||
function you_win(player)
|
function you_win(player)
|
||||||
-- teleport player to 0,0,0
|
-- teleport player to 0,0,0
|
||||||
player:setpos({x=0, y=0, z=0})
|
player:setpos({x=0, y=0, z=0})
|
||||||
thanks = "Thanks for playing Shitting Simulator! We had a lot of fun making this game, and we hope you enjoyed it too! Thanks again!"
|
thanks = "Thanks for playing Shitting Simulator! We had a lot of fun making this game, and we hope you enjoyed it too! Thanks again! - the Cube Software Team"
|
||||||
storyFormspec =
|
storyFormspec =
|
||||||
{
|
{
|
||||||
"formspec_version[4]",
|
"formspec_version[4]",
|
||||||
@ -29,7 +29,7 @@ end
|
|||||||
minetest.register_item(":", { -- Hand
|
minetest.register_item(":", { -- Hand
|
||||||
type = "none",
|
type = "none",
|
||||||
wield_image = "Poop.png",
|
wield_image = "Poop.png",
|
||||||
wield_scale = {x=.1,y=2,z=1.5},
|
wield_scale = {x=.3,y=2,z=2.5},
|
||||||
range = 5,
|
range = 5,
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
max_drop_level = 0,
|
max_drop_level = 0,
|
||||||
@ -72,7 +72,7 @@ storyText[0] = "Click next to continue. Do NOT close the formspec by pressing th
|
|||||||
storyText[1] = "Welcome to the state-of-the-art Shitting Simulator! A very advanced, educational, and culturally significant Minetest Game!"
|
storyText[1] = "Welcome to the state-of-the-art Shitting Simulator! A very advanced, educational, and culturally significant Minetest Game!"
|
||||||
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[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[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!"
|
storyText[4] = "You have to run from the robocops and pack 200 pieces of shit into boxes! Good luck!"
|
||||||
|
|
||||||
function getStoryFormspec(number)
|
function getStoryFormspec(number)
|
||||||
storyFormspec =
|
storyFormspec =
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user