Fixed a bug from 1607. Observing and the like should work properly now regardless of config. May need more testing but looks solid on my end.

DONT_DEL_NEWMOB in config.txt is no longer necessary and you can remove it entirely.
Respawn character now uses ckey() matching so it doesn't matter what case you type in a person's key. It also takes into account space ninjas and death commandos if you want to respawn them. Also fixed a few bugs dealing with special roles.
Revised code for checking security records and added missing ranks as per bug report by Magicbones.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1614 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
noisomehollow@lycos.com
2011-05-23 23:35:31 +00:00
parent f7dabfae1e
commit fd0133d920
8 changed files with 525 additions and 514 deletions
-3
View File
@@ -182,9 +182,6 @@
if ("usewhitelist")
config.usewhitelist = 1
if ("dont_del_newmob")
config.del_new_on_log = 0
if ("feature_object_spell_system")
config.feature_object_spell_system = 1