Capped the number you can set the freeform module to because dumbasses were causing errors by setting it to absurdly high values.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@711 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-27 15:28:15 +00:00
parent 10d06b0f7d
commit 81da30cd4f
@@ -269,6 +269,7 @@ AI MODULES
lawpos = 0
while(lawpos < 15)
lawpos = input("Please enter the priority for your new law. Can only write to law sectors 15 and above.", "Law Priority (15+)", lawpos)
lawpos = min(lawpos, 50)
var/newlaw = ""
var/targName = input(usr, "Please enter a new law for the AI.", "Freeform Law Entry", newlaw)
newFreeFormLaw = targName