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:
@@ -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
|
||||
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
|
||||
eliminate scimitar skill and have scimitars use saber skill
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific New Features
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||
* and save files.
|
||||
*/
|
||||
#define EDITLEVEL 61
|
||||
#define EDITLEVEL 62
|
||||
|
||||
/*
|
||||
* Development status possibilities.
|
||||
|
||||
Reference in New Issue
Block a user