You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
The !atoms file not only has code for /atom, but also for /atom/movable, /client, all /datums, all /turfs and contains all /mobs and /objs (with a few exceptions) it also has a shitload of defines, as there is no actual define file(s).
Things that need fixed
Move defines to seperate file(s)
Move client code somewhere else
Move datums
Move mobs to mob folder (in seperate files)
Move objects to objects folder (at least somewhat categorized and in seperate files)
Move turfs to a turf folder (in seperate files)
Do all of the above and make sure the .dme doesn't kill itself
Description
The !atoms file not only has code for /atom, but also for /atom/movable, /client, all /datums, all /turfs and contains all /mobs and /objs (with a few exceptions) it also has a shitload of defines, as there is no actual define file(s).
Things that need fixed