Added full CEP3 & Complete Rural/City tileset

Sarum City has been rebuilt with the new tileset, and all the exterior areas were combined into one. New areas added outside the city. They're called Environs.  Some additional areas redone to tie into the new areas. Environs are mostly decorated, but lack NPCs in some.  Those will be added later.
This commit is contained in:
EpicValor
2023-11-17 01:59:49 -06:00
parent 5be64593ab
commit 44323d16c6
272 changed files with 2313767 additions and 287108 deletions

View File

@@ -11,7 +11,7 @@ void MakeItemsDroppable(object oNPC)
if (GetLocalInt(oItem, "notdroppable") == TRUE)
{
// 10% chance to drop item from inventory not already set as droppable
// 40% chance to drop item from inventory not already set as droppable
if (d100() <= 40)
{
SetDroppableFlag(oItem, TRUE);