From cc0e25b6ee371678a117c7b0330c624628b685a4 Mon Sep 17 00:00:00 2001 From: Jexel Date: Wed, 14 Dec 2016 08:12:11 -0600 Subject: [PATCH] Added void-death.xml to Includes Added with a description of: Contains a portal that instantly kills any player below `y=-5` --- src/modules/includes_conditionals.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/includes_conditionals.haml b/src/modules/includes_conditionals.haml index d7edb8e..b2900fa 100644 --- a/src/modules/includes_conditionals.haml +++ b/src/modules/includes_conditionals.haml @@ -84,7 +84,10 @@ %td %a{:href => "https://maps.oc.tc/Include/disable-boat-crafting.xml"} disable-boat-crafting.xml %td Contains XML that disables boat crafting of any kind - + %tr + %td + %a{:href => "https://maps.oc.tc/Include/void-death.xml"} void-death.xml + %td Contains a portal that instantly kills any player below `y=-5`
:markdown ### [Conditionals](id:conditionals)