pull request #817 - merge scimitar skill w/ saber

Pull request from Kufat:  combine a pair of single item skills into
one skill by changing scimitar to use saber skill and removing no
longer used scimitar skill.

I don't think skill values end up in save files but decided to
increment EDITLEVEL to be safe.

Closes #817
This commit is contained in:
PatR
2022-07-23 23:14:12 -07:00
parent 296a3ac246
commit 75abc65bab
2 changed files with 2 additions and 1 deletions

View File

@@ -1746,6 +1746,7 @@ if built with DEBUG enabled and running in wizard mode, starting play with
add wizard mode #wizkill command to remove monster(s) from play add wizard mode #wizkill command to remove monster(s) from play
some quest nemeses release a cloud of poisonous gas when they die some quest nemeses release a cloud of poisonous gas when they die
taming magic acting on an already tame creature might make it become tamer taming magic acting on an already tame creature might make it become tamer
eliminate scimitar skill and have scimitars use saber skill
Platform- and/or Interface-Specific New Features Platform- and/or Interface-Specific New Features

View File

@@ -17,7 +17,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones * Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files. * and save files.
*/ */
#define EDITLEVEL 61 #define EDITLEVEL 62
/* /*
* Development status possibilities. * Development status possibilities.