Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions Obam-Testing/wtfronts.sk
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,25 @@ every 3 seconds:
damage loop-player by 2
send "&cThe sun beats down on you" to loop-player

biome at loop-player is swamp:
biome at loop-player is tundra or ice spike and is not wearing boots:
set {_ran} to a random integer between 1 and 5
{_ran} is 1:
apply slowness 1 to loop-player for 20 seconds
send "&cYou get frostbite from your lack of shoes" to loop-player

biome at loop-player is swamp:
set {_ran} to a random integer between 1 and 5
{_ran} is 1:
apply hunger 2 to loop-player for 20 seconds
send "&cMalaria runs through your body" to loop-player


loop-players inventory is full:
set {_ran} to a random integer between 1 and 5
{_ran} is 1:
apply slowness 1 to loop-player for 20 seconds
send "&cYou are overcumbered by the weight of your backpack" to loop-player



y-coordinate of loop-player is greater than 110:
Expand Down Expand Up @@ -595,4 +609,4 @@ command /debug: