* Fix and tweak parrot behaviour
Parrot stolen item now renders under the parrot's icon to make it more clear when it holds something - remember to harm the parrot to make it drop the item
Parrot adjacency checks now take windows into account - this fixes issues where the parrot would teleport behind a window to perch/steal an item
Parrots no longer try to perch/steal an item in a turf that is inaccessible to them infinitely, causing them to be stuck
Add emotes when parrot drops item
Change default parrot name to not be improper
Clean up code where possible
Correct grammar errors in parrot messages
Fix attacking parrots in harm mode not triggering specific behaviour
* Code cleanup, CanAStarPassTo atom proc
* Fix Travis
* Address farie
* Address farie 2
* fix atkverb confusion
* use LAZYINITLIST
* remove some out of scope defaults
* Added a name to the Chef's pet goat
* Changed 'unique_pet' to true, to stop renaming
Also changed 'New()' to 'Initialize()', since it's better.
* Revert "Changed 'unique_pet' to true, to stop renaming"
This reverts commit b8f722b161.
* Revert "Added a name to the Chef's pet goat"
This reverts commit 034a83b1f1.
* The Chef's goat is now named Pete
* Pete is now a subtype
* 'unique_pet' is now 'TRUE', rather than '1'
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* Refactors Electrocution and Tesla Zapping---Improves Supermatter and Tesla
* forgot this one
* fixes and styling
* last tidbits hopefully
* machine frames
* use flags
* styling
* Drone UI V1
* Bigger button
And admin log clarification
* Review 1
Also commented out the drone 'rebooting' action, since it didn't work.
* Spacing
Seemed a bit too cluttered.
* Review 2
Co-Authored-By: dearmochi <shenesis@gmail.com>
Co-authored-by: dearmochi <shenesis@gmail.com>
* Config file warning V1
* Better version
* More stuff
* Log and ingame message
* File names
Also removed all ' from the `log_world()` since they ended up encrypted in the actual log.
* Slugfix
They now pass tables and mobs
Also you have to shoot them and not the tile they're sanding on for them to get shot.
* Update code/modules/mob/living/simple_animal/hostile/headslug.dm
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
* Lets get this show on the road
* Now were talking
* These matter
* Oh the joys of CI testing
* And this
* Wrong version
* Tweaks
* More tweaks
* Lets document this
* This too
* Upgrades this
* Fixed some sanity issues
* This too
* Screw it, this too
* More sanity
* And these
* This too
* Documentation
* This too
* Fixes **awful** scoreboard logic
* Why do we care about only half-absorbing someone
* Revert "Why do we care about only half-absorbing someone"
This reverts commit 8de1cfdf05.
* Refactors these
* Hashing
* Moxian tweaks
* Initial Commit - Async SQL
* First batch of queries
* More progress
* Nukes DB Polls
* More work
* oops
* One push
* Notes work now
* Ok these work
* Watchlist done
* Async Bans!
* Async Permissions
* Async client procs
* I officially hate preference datums
* Also these
* Async Custom Items
* Async Karma
* Async Library
* Async TOS
* Cleans out the old SQL code
* CI Sanity
* Apparently MySQL doesnt support this
* What about this
* Maybe this
* Review pass 1
* This too
* Fixes job ban loading
* Fix undeleted queries
* Prevents sensitive queries being logged
* Documentation + tweaks
* Adds a verb to force reconnect the DB
* More review tweaks
* Farie tweaks
* Fixes this
* basic working CODE
* improve code further
* removes bingus
* fixes misplaced left foot stamps
* moves stamp mark offsetting to use params
* condenses image count, and reworks how the stamps are blended
* fixes less than ideal code
* alters badly named variable
* removes uneeded code
* removes unused variable, and more comments
* removes .len and improves examine
* Moves stamp marks to Misc layer in the human icon onion
* moves ink_marks to human, and other improvements
* reworks stamp mark desc system, and the human stamp mark images
* changes the pixels storage varaible for stamp markts to iamge from mutable_appearance (marginally faster)
* Good Improvements
* removes bad code
* updates some code comments
* reworks examine.dm code and more AUTODOC compliant