Skip to content

Commit

Permalink
almost the same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 authored Apr 29, 2020
1 parent 5a3a218 commit 85e9872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/sanitize_values.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
. = ""
for(var/i=start, i<=len, i+=length(char))
char = color[i]
switch(ascii2text(char))
switch(text2ascii(char))
if(48 to 57)
. += char //numbers 0 to 9
if(97 to 102)
Expand Down

0 comments on commit 85e9872

Please sign in to comment.