Stops testing() abuse ACT2 (#18549)

* Stops testing() abuse ACT2

* Easy weird trick.
This commit is contained in:
jknpj
2018-06-25 13:56:33 -03:00
committed by DamianX
parent 31acca18f4
commit 79ec1d0fe0
17 changed files with 33 additions and 33 deletions

View File

@@ -85,7 +85,7 @@
lawtype=lawtypes[lawtype]
if(lawtype == null)
return
testing("Lawtype: [lawtype]")
//testing("Lawtype: [lawtype]")
if(lawtype==1)
lawtype=text2num(input("Enter desired law priority. (15-50)","Priority", 15) as num)
lawtype=Clamp(lawtype,15,50)
@@ -104,7 +104,7 @@
var/lawtype = input("Select a lawset.","Law Type",1) as null|anything in lawtypes
if(lawtype == null)
return
testing("Lawtype: [lawtype]")
//testing("Lawtype: [lawtype]")
var/law_zeroth=null
var/law_zeroth_borg=null