From 59ca06f0fdde985201e727cf85ff45bac191e07f Mon Sep 17 00:00:00 2001 From: cavesomething Date: Mon, 26 Apr 2010 16:06:32 +0000 Subject: [PATCH] Add NPC_Gift_Box, an object which can hold items for npc's to give away, which won't drop when they are killed. Use of this is preferred to the main inventory because then there can't be any random treasure generated with the same name git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@12974 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 4 +++- misc/Container/npcgift.arc | 12 ++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 misc/Container/npcgift.arc 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