The mob add_log helper has been improved to be more readable and do less
work over and over
Disarms now log the item they disarmed if applicable
Some found old code was chopped out and improved
The AI may now deploy to cyborgs prepared as AI shells. The module to do this may be research in the exosuit fabricator. Simply slot the module into a completed cyborg frame as with an MMI, or into a playerless (with no ckey) cyborg.
* New bitflag CLEAN_ON_MOVE
Time to use those highspeed bitflag slots.
If an atom/movable has CLEAN_ON_MOVE set, it will behave like a janitor
cyborg when moving.
Current owners of the CLEAN_ON_MOVE flag are janitor cyborgs and the
janitor's pimping ride (when upgraded).
Also moves BLOCK_GAS_SMOKE_EFFECT and THICKMATERIAL to seperate flags.
* Stop double floor buffer upgrades
* Also have a pre-upgraded janicart, why not
* Display the buffer if you got it
* Revert "Lighting micro optimizations and fixes (#24939)"
This reverts commit 78bbbfe20a.
* vg refactor stage 1
* Fix runtime in get_turf_pixel
* fix lighting on turfs
* Fix certain things reading light levels wrong.
* Made SS faster/better by making it split its tick allotment up between it's 3 tasks
* istypeless loops @pjb3005
/proc/typed_loop 6.826 6.830 6.858 190761
/proc/typeless_loop 5.582 5.586 5.620 190435
* lazy init lists
* Mob Initialization
* new_player Repath
* Fix the dme
* Fix the shit
* Fix a loc
* Fix another loc
* But, in my haste, I forgot the cola!
* Another loc
* ANOTHER LOC
* Further docs
* Where'd that s come from
* Fix shit
* Better
* Additional deadchat fixes
Fixes#25008.
- People who are dead but not observers can hear deadchat.
- Follow links will try to follow first, then attempt a turf jump,
rather than always doing the turf jump.
- By using coordinates rather than /ref it'll stop the malformed (F)
links to jump to the turfs.
* text2num is my friend
Unless we get a clothing item that can be worn on the head, and the
ears, and only protects from loud noises in one of the configurations,
this isn't going to be an issue.
Frees up another flag slot, all hail the secondary flags.