Capitalizes all the words in the not_included section so that they actually get removed from the name check system.
Names can't be lowercase so there is no point in keeping the previous version.
* Fixes chairs/beds/etc acting as handcuffs.
It's been at least 7 years without anyone noticing a broken feature with a false comment so the unintentional "balancing" caused by this may have ingrained a standard some folks would rather keep in, but that kind of nerfs have proper ways of implementing at their own appropriate places in the code.
Basically this just lets folks use hands when buckled. May also have a side effect of allowing self-surgery if it never had a proper prevention method implemented. Keeps an exception for xeno nests tho. Any other seat has no reason to be handcuffs.
* Fixes another thing causing chairs to incapacitate
"Are you seated" and "Are you incapacitated" should not be used as the same thing yet here we are.
I should probably also do a refactor to remove all the inappropriate use of canmove var. Seriously, even the specifically cartridge exclusive PDA menu buttons are using that for what???
* More/Better Usagi Borg Sprites (Port)
Adds some new sprites which are similar to our Usagi sprites, but a bit nicer/sleeker/more detailed looking. Ported from another server which shall be named if required but otherwise not in case Polaris admins prefer not to "advertise" other servers on its platforms.
Image of sprite fronts:
https://gyazo.com/5b35cb1b6f9d436e61fa330a5cdbb501
Backs/sides can be seen from the dmi itself.
May also have missed some little details somewhere else in the codebase which would need to be edited - I probably wouldn't know, since I've neither worked much with BYOND as a dev tool, nor with Github. This is very much an amateur working with what little they know - please enlighten me as necessary!
* Adds Usagi-II to module selection
* Added commas to module file
Naming the ED-209 and ED-CLN will now result in the bot keeping its assigned name.
Also removes maintenance access from ED-CLN (like the cleanbot previously) so it doesn't get stuck in maintenance.
-moves corpse.dm from code\modules\mob\living\simple_animal to code\modules\mob\dead
-deletes folder code\modules\mob\living\simple_animal since none of the other files in it are even included in the dme (we use simple_mob instead)
* Fixes knocked out borgs never dying.
Fixes the borg life code making it so that applying any unconscious stat (1) on borgs would always permanently force their stat into 2(dead), which from that point onward will just skip the death proc when it eventually would become relevant.
* Update life.dm
* Add Sounds to stuff! (Port from VOREStation)
* Port of https://github.com/VOREStation/VOREStation/pull/6119
* Adds to_chat as described
* Change << to , , not entirely sure what it does but it's the same as others