ID:1768880
 
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 39.0.2171.99
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
Locating a turf via tag doesn't seem to work if the tag has a number as the beginning value.
For instance "1PunchMan".

Changing it to all text works fine.
"OnePunchMan"

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
src.loc=locate("1stCut")


Expected Results:
To find a text tag.
Actual Results:

Does the problem occur:
Every time? Or how often?
Every time
In other games?
Yes.
In other user accounts?
Idk.
On other computers?
Not sure.

When does the problem NOT occur?
When I use all text values for a tag.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?

Worked in the previous 507 beta version. I'm running version 507.1274

(Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:
Change the tags to all text.
Nothing changed in locate() between 507.1273 and 507.1274. Can you narrow down where this changed?
That's literally the only thing I've changed in the past couple of days *update to a newer version* however, the last time I downloaded 507 was a few months ago. So this newest update skipped a few installations for me.
I can't actually think of anything that could have impacted locate() at all. I remember looking at that code, but I'm pretty sure I didn't change it.
Well, it's nothing terribly major, I'll just use pure text without numbers for tags. I tested it a few times and works fine now.