.
This commit is contained in:
parent
058fe2f855
commit
d4a9683a5b
@ -389,8 +389,6 @@ minetest.register_on_joinplayer(function(player)
|
||||
player:setpos({x=0, y=0, z=0})
|
||||
minetest.show_formspec(player:get_player_name(), "story:story_formspec", table.concat(getStoryFormspec(1), "\n"))
|
||||
player:get_inventory():set_list("main", {})
|
||||
|
||||
player:setpos({x=0, y=10, z=0})
|
||||
-- set time to day
|
||||
minetest.set_timeofday(0.5)
|
||||
minetest.sound_play("pooping_together", {
|
||||
|
BIN
mods/poop/textures/1.png
Normal file
BIN
mods/poop/textures/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
mods/poop/textures/2.png
Normal file
BIN
mods/poop/textures/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
mods/poop/textures/3.png
Normal file
BIN
mods/poop/textures/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
mods/poop/textures/4.png
Normal file
BIN
mods/poop/textures/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue
Block a user