* Slimes can eat food, decals, dirt, and so on
* Bugfix I found in the course of math
* I think I wrote that as a fallback but I'm not sure
* review fix - tested this and it seems to work
* forces possum to conform to trinomial nomenclature
tt_desc was a mistake
* justice to the penguin
* skathari haven't been tarlevi for ages
also they definitely were not produced artificially
* ends the tyranny of fun
* Adds random zippo lighter.
* Adds random zippo lighter part 2.
* Adds random zippo.
* first prototype of the Research POI.
* Research POI definitions.
* Adding android simplemobs.
* Adds voice lines for fleeing.
* Fix robocorpses.
* Progress as of 28-02-23.
* Progress as of 02-03-23.
* Add detailing to the map
* de-stationifying the POI a bit
* Finishes adding android drone enemies.
* Final pass on Gene Lab POI.
* Fix corpse.dm linter error.
---------
Co-authored-by: Cerebulon <tanhindmarsh@yahoo.com>
* Energy gun icons moved to their own DMI.
Electromag damage type added, allowing objects to deal EMP damage.
EMP beamtypes added as proof of concept for above, and future use.
* Sort unused icons from used.
Remove duplicates from gun2.
* lasersmg sprite returned
* E X A M P L E
* big heckin chonker ultragigamega-ears!!!!
* slight balance tweak
* tesh no longer have four ears so they no longer have superultragigamegahearing
* its ok i couldnt figure out between() either lmao
* bugfix 1: autolathes can actually be deconstructed and don't cause runtimes (and also don't eat your crowbars)
* bugfix 2 (forensic techs actually get detective ids/pdas)
* bugfix 3 (accessories no longer do a weird double period)
* bugfix 4 (right foot)
* bugfix 5 (singular/plural stacks)
* bugfix 6 (ghosts can hang up on communicators -- still causes runtimes but it did this before and the runtimes are from the observer bug and not the communicator bug so it's fine)
* i lost count but this one gives the hos an egun because the cynosure hos locker doesn't have a gun at all and i'm not fucking around with balancing the fancy custom guns
* fixes infinite cell duplication exploit with autolathes (flashlights/coolers come empty from lathe now)
* changelog
* Update code/game/machinery/autolathe.dm
Co-authored-by: Atermonera <atermonera@gmail.com>
* Update code/game/machinery/autolathe.dm
Co-authored-by: Atermonera <atermonera@gmail.com>
* commits changes + fixes retro carpet (red) inventory sprites
* return..()'d
---------
Co-authored-by: Atermonera <atermonera@gmail.com>
* Vox event icons, turfs and props.
* Ported vox prosthetics from Bay.
* Added icons for the vox simplemobs.
* Vox now apply default colours and markings in set_species().
* Converts move intents to /decl/move_intent
Adds /decl/move_intent/walk and /decl/move_intent/run.
Switches all move intent checks to use the new IS_RUNNING and IS_WALKING macros.
Renames and refactors /mob/living/proc/set_m_intent() to /mob/living/proc/set_move_intent(decl/move_intent/intent).
Removes the unnecessary /mob/var/m_int and associated code.
Updates all move intent setters to use set_move_intent().
* Swaps incorrect config values
Swaps incorrect move delays since I got them backwards somehow, oopsies.
* Adds suggested ?. operator
Compactifies two if statements using the ?. operator instead.
* Prototype of generalized snow
* documentation to flimsily justify my madness + polishing
* it is often beneficial to have the code actually work
* Review stuff
* helpers, fixes, cleanliness
* Fix generic submaps
* Lazylists, ft. lung damage on the example map
* I'm such a STUPID KITTY
* sanity courtesy of loaf
* Fix appearance of roundstart snowy turfs
Ever since #7174 was introduced, perhaps earlier, the following two lines have been indented with a space.
Erroneous or not, this meant that config.animal_delay and the parent were never checked UNLESS the simplemob was using walk intent.