* Refactors disabilities into lists, allowing for independent disability sources
* defines
* Xhuiiiiissss
* living
* did that
* adjusted for traumas
* Updates pacifism and removed remove_all_disabilities from fully_heal to prevent issues.
* makes antur happy
* big batch of loc assignments
* Update emergency.dm
* Update spiders.dm
* Update parrot.dm
* Update ripley.dm
* Update firealarm.dm
* seems to work
* this maybe works?
* brainmemes, again
* stuff
* fix brainmob, camera runtimes
* Reworks Brain Damage
* mechanics
* rebalancing
* hulks in wheelchairs
* yup
* bugsquash
* Adds narcolepsy, phobias and agnosia. Not guaranteed 100% bug-free yet, testmerge at your own risk.
* lizard phobia
* Did you know there's a skeleton inside of you RIGHT NOW?
* Fixes for the new stuff
* The issue with those is that in most rounds you won't see them
I'll keep them available so they can be added manually, for example by events and such
* Goof reviews
* Brainloss is based off brain organ integrity
removes brainloss var
* Replaces some getorganslot with defines
* eyes
* put the traumas in the brainnnn
* text
* args
* Adds godwoken, puts split personality in severe, adds brainwashing
* Bluespace prophet special trauma (untested)
* Some minor stuff
* Monophobia, and tweaks
* More fixes
* fix
* a
* new tail
* Discoordination and Muscle Weakness
* thanks for the review!
* [B]oneless
* agnosia fix
* .
* go away agnosia
* pretend it didn't happen
* Shitcode-free-er
* bitwisdom
* psychotic brawling
* i guess this might be important
* latest reviews
* .
* conflict-free
* addresses it
* surgery fix
* a masterpiece
* fix
* fix again
* config
* damage formula reworked
* who needs to test anyway
* fixes some bugs
* fix 2
* proper spookin
* bluespace prophet fixes and improvements
* no bible healing
* .
* normalizes monophobia chances
* wip
* wip2
* makes code actually compile on 511 + fixes
* versioning
* s
* adds python conversion script, schema change and removes 'force ' from item_used_for_combat
* fix to compile
* forgot to actually commit this
* Honkbots 0.9.0
Old code, needs testing.
* Honkbots 0.9.1
Small Fixes - Part 1
* Honkbot 0.9.1b
Fixes
* Honkbots 0.9.2
Added sound cooldown, fixes.
* Honkbots 0.9.5
Clown Box & Honkbot Assembly Code
* 0.9.5.a
oops
* Honkbots 1.0.0
Final touches and fixes.
Clown Box finished.
Assembly functioning.
Honkbots tested and ready to go.
Its time.
* Honkbots 1.0.1
Initialize and . = ..()
* Honkbots 1.0.2
Fixes and Changes
====
Nerfed Brute/Thermal Resist
Buffed Health (to avoid 1-shot)
Added HONK_BOT define
* Honkbots 1.0.3
Removed the cardboard assembly from death gibs.
Admin Bwoink removed from emagged soundtrack.
Honkbot now release an evil laugh when emagged.
Fixed strange behaviors on emagged level 1
Added a check against stamping multiple cardboard sheets.
Stamping a Clown Box now plays the bike horn, once.
Clown Boxes no longer get automatically placed in hands.
Various other fixes.
* Honkbots 1.0.3a
* Honkbots 1.0.3.b
Fixes.
* Honkbots 1.0.4
*Added an emote ping upon assembly creation.
*Enabled either Theatre or Robotics for access. ((fixing needing both))
*Honkbots are now more forgiving after being hit.
**Airhorn stun_attack now deals slight ear damage, for about 5 seconds.
**Cardboard no longer drops upon death. Robot arms have 50% chance.
**Using a new get_sfx() list when emagged.
**Optimization and other minor fixes.
* Honkbots 1.0.4.a
Missed it.
* Honkbots 1.0.4.b
use(1) and (client)
* Honkbots 1.0.4.c
Moved proc
* Honkbots 1.0.5
*Code Optimization
*Renaming w/ Pen (how could I even forget this)
*Assembly Defines
I'm afraid I'm simply out of my depth with the suggested use(1) rework.
* Honkbots 1.0.5.c
Reworked cardboard stamping.
It now works in the hands and on the ground, either solo or in stacks, and prevent itself being used in backpacks.
* Honkbots 1.0.5.d
Final
* Honkbots 1.0.5.e
comment
* 1.0.5.f
Optimization
* Honkbots 1.0.5.g
Missed requested stuff
* Honkbots 1.0.6
Requested changes.
* Honkbots 1.0.6a
Oops.
* Honkbots 1.0.6.c
Bugfix - Prevent building in backpacks.
Make sure they spawn on turf.
* Honkbots 1.0.7
one less spawn(0)
flag optimization
else return ..()
* Honkbots 1.0.7.a
Get rids of a lot of client checks at the cost of automatic AI retoration.
* Honkbots 1.0.7.b
Added judgment_criteria()
changed assess_threat to use judgment
* Honkbots 1.0.7.c
final = NONE
All uses of "the [src]" have been fixed, as well as other bad string
interpolation directly adjacent to such uses.
In addition to its message, the circumstances under which the tracking
implant locator fails have been updated to use the correct define,
malfunctioning on CentCom rather than on the station.
Tick contention is when the mc, sleep()/spawns(), and byond internal processing fight each other for game tick time. Usually in an unproductive way that wastes cpu cycles and reduces the effective amount of game tick to go around.
Tweaked the anti-tick contention heuristics of the MC a touch.
Fixed an incorrect operator in the mc's anti-tick contention heuristics causing it to apply in times of no lag rather then times of lag.
The mc's anti-tick contention heuristics now plays better with the high pop processing mode.
We no longer reserve the tail end of a tick for the mc to have if the mc doesn't plan to run next tick because of high pop mode or anti-tick contention heuristics.
stoplag() can now be given an initial delay allowing it to act like a smarter sleep (in that it sleeps for longer if the server is overwhelmed.
All short sleeps that only existed for performance reason and had no game play, visual/audio, or balance reasons behind their timing were converted to stoplag().
They now do not call the on exit storage hook when items are being
deleted, as well as do not bother to reset a bunch of values
we now cache the see contents list for a very small speed boost
the fancy storage specific update icon is moved to the fancy storage
equivalent proc
* Grammar fixes to atom descriptions
- Capitalization and punctuation on most descriptions
- CentCom instead of centcom where appropriate
- Earth instead of earth where appropriate
* Remove spaces before newlines and oneline some strings