OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
197 stars 108 forks source link

TG vending machine sprites are incorrect #1938

Open ike709 opened 3 weeks ago

ike709 commented 3 weeks ago

The vending machine spritesheet doesn't match the actual item sprites.

image

ike709 commented 3 weeks ago

This may (I haven't checked) be related to the cache relying on IP address instead of hashing, since local dev servers all have the same IP (127.0.0.1) regardless of codebase. Ref https://github.com/OpenDreamProject/OpenDream/issues/1819

ike709 commented 3 weeks ago

Actually, clearing the cache doesn't seem to fix this, so it must be something else.