mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
Trying to pickup 'locked barrel', player now receives hint to 'get weapon'.
This commit is contained in:
parent
be40993f7b
commit
cd01d982bd
1 changed files with 4 additions and 0 deletions
|
|
@ -441,6 +441,10 @@ north
|
|||
#
|
||||
@lock barrel = get:false()
|
||||
#
|
||||
# Players trying to pickup barrel will receive hint to 'get weapon' instead
|
||||
@set barrel/get_err_msg =
|
||||
The barkeep shakes his head. He says: 'Get weapon, not the barrel.'
|
||||
#
|
||||
# This id makes sure that we cannot pick more than one weapon from this rack
|
||||
#
|
||||
@set barrel/rack_id = "rack_barrel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue