* Added a Syndicate dock for the Emergency Shuttle
* Removes window from doorway to syndicate base
* Diverts shuttle if the hijack conditions are met
* Fixes incorrect define
* Shuttle needs people on it to hijack
* Redoes the syndicate base extension
* Centcom always lies
* [DNM] EMPs cause chameleon clothing to flicker
🆑 coiax
add: Chameleon clothing produced by the syndicate has been found to
react negatively to EMPs, randomly switching forms for a time.
/🆑
- EMPing them when they're in the box is fine, but when they're being
worn, the game slows down a LOT, which I assume is the constant spamming
of the regenerate_icons() proc on the mob every time the chameleon
clothes change, which if they're wearing all 10 of them, that's a lot of
redundant calls.
* EMPed camoclothing no longer causes lag
* Modifys the Research Requirements for Piercing Syringes
Engineering 7 Material 5 Combat 3 Makes very little sense. It's not an
engineering problem, its a materials problem. Plus, Sci shouldn't need
to track down a vortex anomaly for piercing syringes. This modifies it
to be Mat 7 (diamond sheet level), Engineering 5, Combat 3.
* Adds iron as one of steelcaps reagents
Purely to piss off kevinz
* Revert "Adds iron as one of steelcaps reagents"
This reverts commit 0a79dafc60facaeef24b57c015fdc059374df810.
* Revert "Modifys the Research Requirements for Piercing Syringes"
This reverts commit e43080359b3372048847e5d397fb3e6743fb89a1.
* Revert "Revert "Modifys the Research Requirements for Piercing Syringes""
This reverts commit 506bcf3de45c28697e8e0644941075821a96237d.
* Anomalies now have observer-visible countdowns
🆑 coiax
add: Anomalies now have observer-visible countdowns to their detonation.
/🆑
- Behind the scenes, moved the detonation code from the event to the
anomalies themselves. May be some differences of lifespan, given we're
going from event ticks to world.time, but meh.
* Changes the name of the anomaly cores
* Moved fridges var list
Examining a smartfridge board tells you its current setting
Renamed 'default' smartfridge setting to 'plant produce'
Described drying rack
Added a setting and subtype of smartfridge for food
Space Hotel fridge is in the food configuration
* Made fridges list static
* You can now push Wraith Spectacles up
* you need to... actually LOSE the xray vision
* Don't flicker toooo much
* for bonus points, let's us refactor status effects while we're here
* might as well keep that around
* Fixes ghost vision breaking randomly
There is a fine line between not wanting to hide bugs, and just making a simple to fragile and finicky.
The fact that things keep leaving nulls in this list is showing that not supporting this edge case is making shit too finicky
* I really should check to make sure I'm remembering these proc names correctly
* Curator Items
* Spawns in his bookbag because where else would this stuff go
* Revert "Spawns in his bookbag because where else would this stuff go"
This reverts commit c3a8613b01a8ac99b0d44e7eeb2e69fa8ca5801c.
* [WIP] Adds multiple upgrades for Medical cyborgs
🆑 coiax
add: Adds upgrades for the medical cyborg!
add: The Hypospray Expanded Synthesiser that adds chemicals to treat
blindness, deafness, brain damage, genetic corruption and drug abuse.
add: The Hypospray High-Strength Synthesiser, containing stronger
versions of drugs to treat brute, burn, oxyloss and toxic damage.
add: The Piercing Hypospray (also applicable to the Standard and
Peacekeeper borgs) that allows a hypospray to pierce thick clothing and
hardsuits.
add: The Defibrillator, giving the medical cyborg an onboard
defibrillator.
/🆑
- [ ] Price the material cost of the boards appropriately
- [ ] Get the defib upgrade working
* Got the defib working
* Adjusted research and costing levels
* Missed a close paren
* Adds "weighted random" AI law config
- Streamlines some duplicated code for law config stuff
- Makes a new "weighted random" option for AI laws, where an AI has a
random lawset, but some lawsets are more common than others.
80% normal, 20% quirky.
For those unwilling to source dive, here are the weights:
- 32% Asimov
- 12% Asimov++
- 12% Corporate
- 12% Robocop
- 12% Paladin
- 4% Maintain
- 4% Reporter
- 3% Hippocratic
- 3% Live and Let Live
- 3% Peacekeeper
- 3% Drone
* Law weights are now in the config file