mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Stops testing() abuse ACT2 (#18549)
* Stops testing() abuse ACT2 * Easy weird trick.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user