From efb5172d484474b5b1887363bfaf260fb744e0d1 Mon Sep 17 00:00:00 2001 From: jrlizard Date: Wed, 9 Apr 2014 16:58:39 -0500 Subject: [PATCH] Update wtfronts.sk Added that you get frostbite if in a cold biome without shoes Added that if your inventory is full you are slow --- Obam-Testing/wtfronts.sk | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 +