From 90f1685032d291040ff87945c41065e78d8f18bb Mon Sep 17 00:00:00 2001 From: akirschbaum Date: Tue, 1 Nov 2005 18:54:20 +0000 Subject: [PATCH] Add new force archetype monk_no_use_weapon. It will be inserted into inventories of monk players to prevent them from using weapons. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3966 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 5 +++++ player/class/Religious/monk_no_use_weapon.arc | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 player/class/Religious/monk_no_use_weapon.arc diff --git a/CHANGES b/CHANGES index d591541da..abacfeaed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes for CVS top of tree: +Add new force archetype monk_no_use_weapon. It will be inserted into +inventories of monk players to prevent them from using weapons. +Andreas Kirschbaum 2005-11-01 + + Make bullet swarm fire small bullets instead of magic bullets. Previously bullet swarm (which is an evocation spell) gave sorcery exp. Andreas Kirschbaum 2005-10-28 diff --git a/player/class/Religious/monk_no_use_weapon.arc b/player/class/Religious/monk_no_use_weapon.arc new file mode 100644 index 000000000..2a5f4f06d --- /dev/null +++ b/player/class/Religious/monk_no_use_weapon.arc @@ -0,0 +1,10 @@ +# This force object is used for monk players. It prevents the character from +# using weapons. +Object monk_no_use_weapon +name no weapon force +invisible 1 +type 114 +face blank.111 +neutral 1 +no_drop 1 +end