diff --git a/CHANGES b/CHANGES index 3bda8bb35..3b4f9ea8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,9 @@ Changes for SVN top of tree: ============================================================================== - +Add NPC_Gift_Box, a no-drop container that can be put in NPCs inventory to +hold items they should be able to give away, but not drop on being killed. +Brendan Lally 2010-04-26 ============================================================================== Changes for 1.50.0 diff --git a/misc/Container/npcgift.arc b/misc/Container/npcgift.arc new file mode 100644 index 000000000..63ec93381 --- /dev/null +++ b/misc/Container/npcgift.arc @@ -0,0 +1,12 @@ +Object NPCGift +name NPC_Gift_Box +face present_box_1.111 +type 122 +material 1 +value 0 +container 50000 +weight 1000 +identified 1 +no_drop 1 +client_type 51 +end