Patch-Details Thievery ----------------------- diff-file made by diff -Naur Orig-dir Patch-dir > NH341-thievery.diff apply it (in the nethack-3.4.1 directory) by patch -p1 -i NH341-thievery.diff The patch turns the bare-handed attack for rogues into a stealing special attack. A normal bare-handed attack can be performed by using the 'F' command. It looks like: Fighting Skills thievery Master 500( 500) a - two weapon combat Unskilled 0( 20) b - riding Unskilled 0( 20) "You begin robbing monsters with your bare hands.--More--" "You try to steal from the mountain nymph.--More--" "You steal: n - a looking glass." At the moment the steal-function is very simple. (change-details) inc: 1 file skills.h defined thievery skill for rogues (analogue to martial arts for monks) src: 3 files u_init.c replaced rogues bare-hand skill by thievery skill uhitm.c attack() replaced "You begin bashing monsters with your bare hands" by something appropriate hmon_hitmon() boolean thievery /* attack is a stealing attack */ stealing attacks can't stun the victim use steal-function instead of causing damage steal_it() rogues are now able to use this function (it was written for polymorphed charakters only) weapon.c updated strings for the skill-list