whoops, actually do need c-style for (#13286)

This commit is contained in:
Tastyfish
2022-05-02 20:56:33 -04:00
committed by GitHub
parent 89cfd90997
commit 46a563199f
+1 -1
View File
@@ -493,7 +493,7 @@
//SKYRAT EDIT ADDITION
if(result.len)
for(var/i in 1 to length(result))
for(var/i = 1; i <= length(result); i++)
if(result[i] != EXAMINE_SECTION_BREAK)
result[i] += "\n"
else