projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f590502
)
PennMUSH 1.8.3p11
author
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 21:58:47 +0000
(17:58 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 21:58:47 +0000
(17:58 -0400)
Author: captdeaf@gmail.com <captdeaf@gmail.com@
ba372814
-4f39-11de-9ad6-
1127a62b9fcd
>
Date: Sat Dec 19 00:09:27 2009 +0000
die() now does up to 700 rolls. Help fixes.
Fixes #134
src/funmisc.c
patch
|
blob
|
history
diff --git
a/src/funmisc.c
b/src/funmisc.c
index 98a0701f6af17466f5cc6f2c4550e087cd1286cc..2242ad1a1211e6f6c09444ec7651fecc50beb9a3 100644
(file)
--- a/
src/funmisc.c
+++ b/
src/funmisc.c
@@
-356,7
+356,7
@@
FUNCTION(fun_die)
if (nargs == 3)
show_all = parse_boolean(args[2]);
- if (n == 0 || n >
2
0) {
+ if (n == 0 || n >
70
0) {
safe_str(T("#-1 NUMBER OUT OF RANGE"), buff, bp);
return;
}