diff --git a/Obam-Testing/wtfronts.sk b/Obam-Testing/wtfronts.sk index 2eb7774..235f799 100644 --- a/Obam-Testing/wtfronts.sk +++ b/Obam-Testing/wtfronts.sk @@ -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: @@ -595,4 +609,4 @@ command /debug: - \ No newline at end of file +