[Dec 05 2009] - Rumble

Changed zedit clear level restrictions to dump you back at main zedit menu ins
tead of in the level menu.
  Changed zone level restriction to level recommendation so players would not be
 blocked from zones.
  Changed Zcheck to level 31.
[Nov 19 2009] - Rumble
  Fixed list obj max/min from room to obj. (thanks Elervan)
[Nov 13 2009] - Rumble
  Removed con_app 2nd apply type shock that was for "resurrection?" This was not
 used in 3.1.
[Nov 12 2009] - Rumble
  Fixed overflow in prefedit.c. (thanks Xiu)
[Nov 01 2009] - Rumble
  Renamed autorun log entries from autoscript killed to terminated so it wouldn'
t go into the log/rip file.
This commit is contained in:
Rumble 2009-12-05 22:24:22 +00:00
parent 547f123738
commit 30a82beeeb
14 changed files with 52 additions and 45 deletions

View file

@ -148,7 +148,7 @@ while ( : ) do
if [ -r .killscript ]; then
DATE=`date`;
echo "autoscript killed $DATE" >> syslog
echo "autoscript terminated $DATE" >> syslog
rm .killscript
proc_syslog
exit