mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user