[s]Exploit whack-a-mole

This commit is contained in:
CitadelStationBot
2017-04-25 01:31:50 -05:00
parent d0c28c0d51
commit 607868a5de
16 changed files with 66 additions and 36 deletions
+10
View File
@@ -0,0 +1,10 @@
diff a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm (rejected hunks)
@@ -72,7 +72,7 @@
return .
//Splits the text of a file at seperator and returns them in a list.
-/proc/file2list(filename, seperator="\n")
+/world/proc/file2list(filename, seperator="\n")
return splittext(return_file_text(filename),seperator)