Change inventory item for an empty bottle so item is correctly given.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21955 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0eebb87d62
commit
62c9e277e5
|
@ -1,3 +1,6 @@
|
||||||
|
2021-02-13 Nicolas Weeger
|
||||||
|
* scorn/misc/wizhide: Change inventory item for an empty bottle so item is correctly given.
|
||||||
|
|
||||||
2021-02-12 Nicolas Weeger
|
2021-02-12 Nicolas Weeger
|
||||||
* darcap/darcap/manor.ground: Add gates, make Politos dialog Python-based.
|
* darcap/darcap/manor.ground: Add gates, make Politos dialog Python-based.
|
||||||
* darcap/darcap/manor.treasure: Shrink map, add more rewards.
|
* darcap/darcap/manor.treasure: Shrink map, add more rewards.
|
||||||
|
|
|
@ -9,7 +9,7 @@ enter_x 10
|
||||||
enter_y 12
|
enter_y 12
|
||||||
msg
|
msg
|
||||||
Created: 2006-08-05 Alex Schultz
|
Created: 2006-08-05 Alex Schultz
|
||||||
Modified: 2012-03-27 Rick Tanner
|
Modified: 2021-02-13 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
|
@ -465,8 +465,7 @@ title Python
|
||||||
slaying /python/items/rhyzian_amulet.py
|
slaying /python/items/rhyzian_amulet.py
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
arch potion_empty
|
arch wbottle_empty
|
||||||
identified 1
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue