* bunch of inits withou return
* Update cans.dm
* bunch of New to Init
* fix that
* .
* .
* move black hole to init and callbacks
* .
* oups, should not do that late at night
* some more without returns
* Fixes mech cloak having the wrong path
From Outpost21 Commit a64c3ad.
* clarified player record console buttons
"Player had issue with button confusion, and reviewing the buttons they are WAY too similar. changed refuse update to DENY to ensure no at-a-glance confusion"
From Outpost 21 Commit 32bc6f7
* simple doors use their own bump timer and not the user's
simple material doors no longer use the USER'S last bump time, and isntead use their own for locking interaction. They now open promptly when bonked into and close after some time when clicked (they are meant to be slow after all)
The bug was casued by using the user's bump time. So if youtouched anything like a wall within the last 60 ticks (including the door itself) it wouldn't open
From Outpost21 Commit 783ef0a
* Moves simple mob belly loading to on demans
* style
* early
* multibelly
* even more human
* .
* bunch of update_fullness
* animals need an icon refresh
* the icon has the fullness part, optimize that
* one more
Up-port of Commit f743bfd by Willburd on Outpost21
- Fixes the jani hud icon turning black or red from map-spawned blood/oil by adding the RESET_COLOR flag
* Streamlines borg icon generation
Cross-port of https://github.com/TS-Rogue-Star/Rogue-Star/pull/708
Makes borgs not super super wonky with icon generation
https://i.imgur.com/qp8K2tD.gif
* Virgo Specific
* Makes borgs use flags
Instead of the copy-paste gore that was EVERYWHERE
* Makes it a list. ADDS WARNINGS.
* I don't know hexi!!!
* Sit!
* Changes them to the new paths
* Makes cyborg guns modular
* whoops i forgot a word
* Makes dogborg melee modularized
Makes it so you can have a generic 'melee' sprite and a 'dagger' sprite.
* blade
Downstream compat
* Moves it to a nicer check loop
* Add a lint to check for hrefs that don't start with byond://
* Regex convert href links
* Regex convert _src_ as well
* Clean up the last few
* Missed a few