* Space ruin: The sieged lab, a submap extravaganza.
* fix airlock access
* fix skiff, make whole lab teleproof for now
* indestructible rivet command room
* add strategically placed helpful items/spawners
* fix gun rack placement
* no butchering on harbinger murder
* small adjustments
* esword drop as a treat, m90 seems excessive
* make boss door obvious
* Lots of map/boss fixes
* Update everything for razor wire, try and unfuck some weird AI behavior
* stupid mines
* sort and fix comments for different ruin categories
* always place ruin for TM
* first batch of fixes
* reinforce hard rock walls
* tweaks
* improve hard rock design
* tiny cleanups
* singleton out med and sci rooms
* kitchen rework updatepath
* run updatepaths
* update maplint exceptions
* first commit
* gold
* updates item icon because i am dumb and forgot
* updates armour vals
* helmet too
---------
Co-authored-by: Bmon <no@email.com>
* AI Powers initial commit - Base datums for picker and program
* Small fixes in base datums
* RGB Lighting Power
* Nearest camera detection, beam effect for RGB_Lighting
* Fixed learning AI Porgrams, Power Shunt Program
* Program install fixes, WebUI Program Install Menu Fixes
* Repair nanites
* Universal Adapter
* Door Override
* Nanofrost, Program Icons, Door Override Bug Fixes
* Sprites for AI machines
* Bluespace Miner, Multimarket Analyzer, Light Replacer
* Fixes economy thing with bluespace miner
* Enhanced Door Controls, Nanosurgeons
* Experimental Research Subsystem
* Removed excess from RND subsystem
* Adds Processing Node
* Processing node changes and fixes
* Processing nodes power states
* Minor cleanup
* I've got a network node! And it makes heat!
* Adds proc to nodes to change the assigned AI
* Removed extra vars
* Icon fixes
* Adds overheat counter to delay overheat to prevent random atmos hotspots from instantly turning it off
* They changed my isAI check. Woe.
* Sealant, Holosigns, HONK, bugfixes, and stock part multipliers
* Enhanced Tracking Software
* Refunds for active programs
* Remaining uninstall functionality
* AI RMC
* Forgot a circuitboard
* Fixes a small path issue
* Global nodes list + node data for AI RMC TGUI
* TGUI Foundations
* Better check
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
* Better null check
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
* Spacing
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
* Better chat notification
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
* A shitload of fixes
* Camera beam helper proc
* AI remote sound helper
* Timer on nanofrost
* ui.user
* Fixed examine grammar
* tgui first pass
* TGUI Bundle Rebuild
* Fixed bug in AI node stock parts, began implementation of reassign code
* resource management tgui update
* Initial changes for ai programs ui
* Fixes UI opening
* ui improvement and ui_act reimplementation (draft)
* UI act works now yay
* Fixed space indentation and proc args
* Fix merge
* Machine deconstruction fix
* Fixes charging bandwidth on install, fixes programs being removed from the menu when uninstalled
* Fixes honk subsystem targeting
* Better examines on nodes
* Light synthesizer fix
* Fixes passive resources, fixes messages about not affording upgrades
* Increases base memory from 1 to 3
* Increases overheat threshhold with stock parts.
* Buffs cooldown for Repair and Nanosurgeon to be on par with Power Shunt
* Reduces mineral costs of AI network machines
* Nulls tracked mob on destroy, fixes overheat counter
* Makes RGB lighting immediately update light color
* Refunds cooldowns on failed cast
* More robust camera vision checking
* Fixed cooldown scaling on some programs, added target zone hologram to sealant
* merge master and rebuild bundle
* begone
* revert change to gitattributes
* Apply suggestions from code review
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
* Whole lot of suggestions and fixes
* Renames Door Override to Airlock Restoration, Fixes minor spelling issue
* Adds message when AI tries to access the resource console
* Divides up proc for AI nodes to be more itemized between procs, handles shut off when out of power, handles when AI cryos
* removes broken tgui hooks
* Removes excess comment
* Reduces cooldowns, increases delay on sealant
* Reduces cost of AI machines
* UI adjustment for Progam Picker
* Servers require more power, buffs surgeon at higher upgrade tiers, adds messages for servers and losses, and adds a pointer program
* Trailing newline for the linter gods
* No more screaming servers
* Fixes holograms that AI deploys in Sealant and Holopointer
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: XFirebirdX <142694283+XFirebirdX@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
* Set idle mode if cannot reach target
* Consider `BOT_PATHING` as moving
* Fix null reference
* nah, we better consider BOT_PATHING as idle
* Fix one more potential null reference
* Number of changes, read desc.
Added shock_reduction and view_true_health to Oil.
Made it so Oil can only be processed by Synthetics to avoid silly stuff.
Added a proc for the perceived health on the health doll, so that actual shock_reduction and the shock_reduction used for the health doll are separate.
* Forgot to define view_true_health in the reagents_datum.dm
* Added the view_true_health vars to the other painkillers. Realised I put the wrong value for oil.
* Remove unneeded variables. Replace most shock_reduction with shock_reduction_doll.
* Make the variables clearer.
* Make the compiler happy.
* Added comment
* revert changes for merge
* Proc for shock_reduction differently based on refactor, remove unneeded redefines.
* Make CI happy, add a comment explaining the check, reduce oil's metab rate
* Replace the bits of shock_reduction_doll I forgot about with shock_reduction.
* Apply suggestions from code review
Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com>
Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com>
* Actually remove the shock_reduction_doll proc.
---------
Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com>
Co-authored-by: chuga-git <98280110+chuga-git@users.noreply.github.com>
* initial changes
* Rad wave is working. now to implement the rest
* Makes the waves square
* Makes wave square
* multiplies the strength in all instances of radiation_pulse by 4 because each pulse makes one wave instead of 4 now
* Undef thing and apply suggestion
* Make radiation_pulse() not radiate the radiation source and implements contamination
* Adds contamination to uranium walls and meteors
* Fixes stuff
* Handle some contamination on attack still need to take care of meteors
* Fixed the meteor stuff
* Introduce emission types
* moves contaminate_touch to an atom proc and renames it to contaminate_atom
* deduplicates some contamination code
* Move inherent radioactivity to a component and signals from the atom vars and behaviour
* fix some things with the new component
* Update inherent_radioactivity.dm
* implement contaminating things that hit things that are inherently radioactive
* window things
* adds emission type to the rad_act call
* Changes radiation insulation values on a bunch of stuff
* fixes radioactive component radiating the wrong type
* more adjustments
* refactros rad_act
* adjustments to collector power production
* Adds plastitaniumglass windows and makes further adjustments
* Adds sprites to the shards and plastitanium directional window
* Update misc_cleanables.dm
* removes alpha rad insulation from floor turfs
* Fixes a bug with the starting tile of radiation waves
* More adjustments
* Adjusting singularity rad production
* reduces window half life a bit to make power smoother and buffs full window rad conversion
* Strengthens gamma and beta radiation effect on mobs.
* Makes radsuit block radiation completely
* Fixes Geiger Counters
* Fixes contamination not irradiating the contaminated thing
* Fixes inherent radioactivity not processing. Also makes it stop processing when a nuke core is contained
* Fixes ghost contamination
* Adds info to the collector
* Handles alpha radiation better on humans and changes some instances of rad_act to base_rad_act
* oops
* adjustments and fixes to alpha rad handling on mobs
* Make collector info more compact
* Core no longer radiates and contaminates from within the nuke until the plates are removed
* Contamination no longer counts as being inside a mob(it is supposed to be surface level)
* Adds inherent radioactivity to a bunch of uranium things. makes it all process.
* Nerf full windows
* Adjustments to collector and fulltile window radiation absorption
* Reduces passive contamination, especially while on the floor
* Adds different rad types to the geiger counter and fixes a runtime
* Makes full tile windows strong again and disallows building them on top of collectors
* adds emissive blockers to the rad blacklist and gives windows and collectors priority when irradiating for increased consistency
* Gives each contamination type it's own color.
* Gives each contamination type it's own color. And makes the rad hud display them separately
* Changes how much the radiation wave affects the source tile, adds decay for performance reasons and adjusts collector parameters as well as SM and singulo rad production
* improves performance at very high rad amounts
* Fixes supermatter sliver box not containing radiation
* Restores supermatter sliver to old behaviour(not inherently radioactive)
* Slight nerf to fulltile windows and removes an unnecessary multiplication from rad wave processing
* Removes redundant line from window rad act
* Fixes radiation waves ignoring walls
* fixes it better
* more adjustments to collector stats
* Adjustment to collector gamma absorption
* increases grille beta blocking
* Review changes