* 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.
* Removes unused sling icons
* first wave of icons
* more icons and stuff
* more icons and fixes
* mindswap fixed
* more actions.dmi adjustments
* some more
* dust biochip unique icon
* small fix
* test
* Update actions.dmi
* mhm
* reverse of some changes that are pointless as it stands
* Update implant_dust.dm
* bio-chip icons
* dust_implant new icon path
* missing icon for human form cling ability added
* removed the directional icons of the immrod action icon (yes)
* Allows for deepfrying ice
* formatting
* Almost forgot this
* Spacing
* Sure, scream too
* Changes oil reaction a bit
- Cooking oil now burns off to an inert version
- The oil deposits yellow oil on the ground too
* FUck I deleted iodine
* Update code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* Steel review
* review
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* Fixes the immovable rod not despawning
* Replaces constant endturf checking with an endturf effect
* Revert "Replaces constant endturf checking with an endturf effect"
This reverts commit b7bf5aa413.
* 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
* I cant use : here, maintainers would kill me
* this really needs a comment, mhm for sure
* Revert "I cant use : here, maintainers would kill me"
This reverts commit bb0f684579.
* why the FUCK does this work? Why no immutable
* tgui Health sensor
* quick fix, we want to clear out the var
* ughhh
* health update
* sirryan review
* exploit fix
* this is more how it was supposed to be
* no bundle changes because only formatting
* aaa indentation is hard
* ahaha indentation strikes me again
* 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