Skip to content
Snippets Groups Projects
Commit fb820c26 authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'bugFixes' into 'dev'

Island location sprite fix

See merge request Vrelnir/degrees-of-lewdity!2416
parents fc7ed6cb 0ebb85db
No related branches found
No related tags found
No related merge requests found
......@@ -1887,7 +1887,7 @@
<<case "hospital">>
<img id="location" @src="_imgLoc + _weather_display + '/hospital'+_dayState+'.png'">
<<case "island">>
<img id="location" @src="_imgLoc + _weather_display + '/island'+_dayState+'.png'">
<img id="location" @src="_imgLoc + _weather_display + '/island'+_dayState+'.gif'">
<<case "kylar_manor">>
<img id="location" @src="_imgLoc + _weather_display + '/kylar_manor'+_dayState+'.png'">
<<case "lake">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment