* Refactor the parameters and starting the teleport
* Adds arguments and moves the default effect generation up to do_teleport
* Typo in arguments
* portals now only create sparks every 0.5 second when things pass through
* Comment fix
* Medical and RnD DMI files split
* Cargo DMI split
* Security DMI split
* Engineering DMI split
* Captain DMI split
* Civilian/service DMI split
This one hurt
* Forgot about this one
* Color DMI split
* Purges everything that was delted up until this point
... with a blindfold and a shotgun
* Dress and suit DMI split
* Pants and shorts DMI split
and merges pants and shorts files... shorts are pants, right?
* Donator/fluff jumpsuit clothing organisational relocation
* e
oops
* So this is used, repath bad
* Random commit
* Costumes DMI split and jumpsuits purge
* Some fixes
* pennywise
* Centcom DMI split
* SolGov DMI split
* Retro DMI split
* Syndicate DMI split
* Misc DMI split
* centcom officer
* Kills off uniform.dmi completely
* last fixes
* lastest fixes
* vox navy gold conflict
* civilian barber
* Tourist observers work now
* Hopefully working non-human humanoid clothing
* This being in suit.dmi is one of the reasons I made this PR
* This shouldn't be here
* Late night coding
* Pun Pun regains his drip
* Last fixes
* security/OFFICER
* Most important - clown fix
* working subtypes good
* Fixes chameleon jumpsuit
* Proper QM pathes
* Fixes jumpsuit rolling with the power of poor quality code
* Cargo tech character setup fix
* else instead
why didn't I do this in the first place
* PURP
* Fixes broken character setup job clothing
* CC suit fix
* Psychedelic jumpsuit proper path
* You must wear the jumpsuit to adjust it
* screwdriver_act my beloved
* convert to returns instead of . / lewcc review
* it will be done
* i'm a little bit stupid, but now time to test
* sometimes I get excited and press the commit
* The great test has been completed
* oh wow oh wow, lewc review
* found one last one
* Steel review
* Lewc review
* quick sirryan review
* removes stupid comments (old coders I blame)
* sirryan review two
* whoops...
* hal review
* the fix to the fix to the fix
* Revert "the fix to the fix to the fix"
FUCK I pushed to the wrong branch
This reverts commit a96fe98781.
* Standardizes cleaning item functionality into "cleaning_act" proc
* Culling commented-out code
* Damp rag now checks for humans before cleaning
* Change proc scoping, moved mop reagent check out of cleaning.dm
* Adds can_clean and post_clean procs to handle mopping, removes ismop parameter
* Adds can_clean() to cleaning objects/mobs
* cleaning_act() now carries message strings as params
* Refactored cleaning_act() for earlier returns and less redundancy
* cleaning_act now runs on the target atom, instead of the cleaning object
* Changed turf checks to overrides, rescoped clean_turf, lots of tidying
* Removed cleaner param from post_clean, since it'll always be src
* Code review tidying
* Tidying..........
* Removed clean_turf and put its functionality in turf/simulated/cleaning_act(), added new param to keep track of original targeted object
* Moved cleaning.dm from datums to code/game/objects
* Added early return, defined cleanspeed in seconds
* Well it works, but I need to check something first...
* Adds new maffs that we can use from Vi3trice
* minor var mistake
* Addresses steels + ryans review
* Oops
* Add cooldown for unintentional emotes
* Oops, let's try that again.
- Adds a separate cooldown system for unintentional emotes.
- Unintentional emotes will fire audio at most once every 2 seconds.
- Emotes like deathgasp can override this out of necessity.
- Scream's is longer because...come on.
* The part that makes the rest of it actualy work