Skip to content

Commit

Permalink
Migrates the hellspawn stuff over from hackmd (#59928)
Browse files Browse the repository at this point in the history
* Migrates some content over from hackmd, this should make it more visible, which I think is a good thing.
In other news, we really should reorg this document, should make subdocs like oranges wanted

* Parently we lint for this, nice
  • Loading branch information
LemonInTheDark authored Jul 4, 2021
1 parent a6635f7 commit b647efd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,13 @@ Isn't that confusing?

There is also an undocumented keyword called `static` that has the same behaviour as global but more correctly describes BYOND's behaviour. Therefore, we always use static instead of global where we need it, as it reduces suprise when reading BYOND code.

### Byond Hellspawn

Put stuff that shouldn’t work but does, or should work but doesn’t here so we don’t forget about it.
#### Icon hell

The ‘transparent’ icon state causes fucked behavior when used on turfs, for reasons unknown and unknowable

## Pull Request Process

There is no strict process when it comes to merging pull requests. Pull requests will sometimes take a while before they are looked at by a maintainer; the bigger the change, the more time it will take before they are accepted into the code. Every team member is a volunteer who is giving up their own time to help maintain and contribute, so please be courteous and respectful. Here are some helpful ways to make it easier for you and for the maintainers when making a pull request.
Expand Down

0 comments on commit b647efd

Please sign in to comment.