mirror of
https://github.com/evennia/evennia.git
synced 2026-04-17 21:59:06 +02:00
bugfix: barrel(rack_barrel) description before the barrel is created
This commit is contained in:
parent
be40993f7b
commit
20bc919ca0
1 changed files with 4 additions and 4 deletions
|
|
@ -420,10 +420,6 @@ north
|
||||||
|
|
||||||
(to get a weapon from the barrel, use |wget weapon|n)
|
(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 =
|
@detail barkeep;man;landlord =
|
||||||
The landlord is a cheerful fellow, always ready to supply you with
|
The landlord is a cheerful fellow, always ready to supply you with
|
||||||
more beer. He mentions doing some sort of arcane magic known as
|
more beer. He mentions doing some sort of arcane magic known as
|
||||||
|
|
@ -439,6 +435,10 @@ north
|
||||||
#
|
#
|
||||||
@create/drop barrel: tutorial_world.objects.WeaponRack
|
@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()
|
@lock barrel = get:false()
|
||||||
#
|
#
|
||||||
# This id makes sure that we cannot pick more than one weapon from this rack
|
# This id makes sure that we cannot pick more than one weapon from this rack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue