mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #1782 from jaggiJ/myfixes
bugfix: barrel(rack_barrel) description before the barrel is even created
This commit is contained in:
commit
85ff778c95
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)
|
||||
#
|
||||
@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()
|
||||
#
|
||||
# Players trying to pickup barrel will receive hint to 'get weapon' instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue