TG: Fixes for NTSL. NTSL now has a fixed statement-processing cap: scripts will

crash when more than 1000 statements are called, and alert admins (scripts over
1000 statements are assumed to be buggy or malicious).

You can now properly sleep without waking up every half a second.

Work on footprints. There are now different kinds of footprints, and different
blood makes different colored prints. Animals leave pawprints, humans leave
footprints, aliens leave big claw prints.
This commit is contained in:
Ren Erthilo
2012-04-25 22:08:30 +01:00
parent ea9e934aff
commit 2d21c13417
6 changed files with 107 additions and 52 deletions
+2 -1
View File
@@ -962,7 +962,8 @@
lying = 1
stat = 0
if (paralysis > 0)
handle_dreams()
if(sleeping > 0)
handle_dreams()
AdjustParalysis(-1)
blinded = 1
lying = 1