* 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>
* Revert "And actually call the proc..."
This reverts commit 48b71016ec.
* Revert "Load whitelist on server start (#9076)"
This reverts commit 3f0bddff31.
* Revert "Another take at a new whitelist system (#8887)"
This reverts commit 2cee4d6a57.
* 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.
* Serenity changed to proper medical exosuit.
Serenity tweaked to be a medical subtype, weapons cannot fit in universal slots.
Serenity weapon slot converted to a hull slot.
Exosuit punching converted to general ability, if melee_can_hit is TRUE by default.
* Cleanup.
Move HuD management to /obj/mecha/medical
* dedent??
* Fixfix
* Jumpjet
* Upkeep on Mech code.
Assembly Mines fixed, they do not spawn with an explosive payload from parent.
Vehicles no longer ignore cliffs.
Exosuits no longer ignore cliffs.
Objects can fall off cliffs. Objects with a buckled person will hurt the person. (Rollerbeds looking at you.)
Jumpjets added to allow planetary traversal, primarily useful upon the Serenity, Hoverpods, and Marauders (adminspawn). When toggled, they allow movement vertically, and prevent falling through open spaces. When used as the active equipment, it will launch the exosuit toward the target turf. When not on one of the above mentioned suits, it will cause a small explosion on launch, damaging the exosuit and anything directly nearby.
* Fighters are flying.
* Revert step delay floor adjustment. Flat strafing modifier of 1/5th of a second should be enough.
* Correction and Tweak.
* Fix stupidity.
* Porting species equip_adjust from Neb.
* get_species() => get_species_name(), adds correct get_species() impl
* sprite_sheets is now crudely lazylisted.
* Adds returns to add_blood and add_accessories.
* apply_addblends now uses an overlay.
* Renames the various worn overlay procs to be more informative.
* Debugging/refining overlay gen.
* Adding handling for string icon paths.
* Refining/debugging offset overlay gen.
* Getting the offset system working.
* Commenting out Teshari offsets for the time being.
* Sweating Reagents
* Hot & Cold
* Faraday
* Electric Snakebite
* Blast shielding
* Knock out all the other trivial/already-existing-artifact-effect types
* Extinguisher
* 2fort
* Sprinting
* This artifact qualifies as a member of the police.
* Noxious gases
* Necromancy!
* Necromancy 2!
* Delete blob chunk
mining satchels automatically collect ore if held in the hands, belt, or suit slot.
pulling an ore box with a satchel collects ore into the ore box instead of the satchel, and empties the satchel if appropriate.
hostile mining drones collect into ore boxes just like people would. Their collection checking view size is smaller.
mining satchels and ore boxes only update their contents hints if examined after it changes, rather than up to once a second regardless of changes.
various doubled messages removed.
removed various dm-land loops in favor of contents addition where it makes sense.