From 20bc919ca0db87b71cd461bd3fbba32f528ab95d Mon Sep 17 00:00:00 2001 From: jaggiJ Date: Sat, 16 Feb 2019 11:46:40 +0100 Subject: [PATCH] bugfix: barrel(rack_barrel) description before the barrel is created --- evennia/contrib/tutorial_world/build.ev | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/evennia/contrib/tutorial_world/build.ev b/evennia/contrib/tutorial_world/build.ev index ce1bbe4bcf..2d773b0f47 100644 --- a/evennia/contrib/tutorial_world/build.ev +++ b/evennia/contrib/tutorial_world/build.ev @@ -420,10 +420,6 @@ north (to get a weapon from the barrel, use |wget weapon|n) # -@desc barrel = - This barrel has the air of leftovers - it contains an assorted - mess of random weaponry in various states and qualities. -# @detail barkeep;man;landlord = The landlord is a cheerful fellow, always ready to supply you with more beer. He mentions doing some sort of arcane magic known as @@ -439,6 +435,10 @@ north # @create/drop barrel: tutorial_world.objects.WeaponRack # +@desc barrel = + This barrel has the air of leftovers - it contains an assorted + mess of random weaponry in various states and qualities. +# @lock barrel = get:false() # # This id makes sure that we cannot pick more than one weapon from this rack