* use titanium/plastitanium on unanchored reinforced fulltile window to make shuttle/plastitanium windows
* updates titanium/plastitanium sprites, adds titanium glass and plastitanium glass, fixes material amount in mineral glass
* small changes
* Adds a use_tool helper and changes some tools to use it
* Ports most tool operations to use_tool
* Converts more tool operations to use_tool and tool_act
* Changes some things to default_unfasten_wrench
* Improves tool_behavior support in mech construction
* Code review memes
* Fixes all instant use_tool calls failing
* Code improvements
* merge fixes
* Ore Stacking
* honk
* honk
* component memes
* honk2
* fix overlay off-by-1, sheet singular names
* Give the ores more descriptive names since sheets also have
* whoops debug memes
* atom editor memes
* fixes
* snowdin fix
* Can disable auto-merge
New argument which lets you stop stacks from automatically merging when picking them up
* Fix 0 stacks
* Updated simple_animal/put_in_hands()
I had some time free, and noticed how awful the reagent grinder code was - it used huge static lists containing types and their associated reagents from grinding.
This is now split into two new vars on /obj/item - var/list/grind_results and var/list/juice_results, as well as two new helper procs, on_grind() and on_juice() to allow those to change based on conditions like plant potency. Such checks and the like have been moved to that. If any of these procs return -1, the operation is canceled.
I also fixed some of the recipes that didn't work. The reagent IDs for them didn't exist, leading me to believe that they weren't tested. I corrected that! (I've tested every single recipe in this PR, with the exception of a few juicing-related ones.)
* removed typetext and icontext vars from door assemblies, airlock painter no longer works on door assemblies
removed 'anchored = TRUE, state = 1' copypasta from door assemblies
door assemblies update their name more regularly during construction
added new airlock types to airlock painter on airlocks, and to the RCD
airlock assemblies built with metal are now in a list, you can build many more airlocks
vault door assemblies can be built with 4 plasteel
added a solid version of station2 airlocks, renamed to "public airlock"
glass and mineral sheets are now able to be welded out of door assemblies
* find n replace airlock/glass to airlock/glass_public in maps
door_assembly_glass to door_assembly_public
* made highsec airlocks built with 6 plasteel, removed from RCD and airlock painter
vault doors built with 8 plasteel
removed redundant vars in airlock_types.dm
reverts the dumb rglass 'replacement' addition in door assembly construction
* moved airlock assembly defines to construction defines file
fixed incorrectly named shuttle airlock glass_closed and maint panel protected closed overlays
improved examination message for glass/minerals present in assembly
* airlocks take their dir from the assembly when built from assembly
removed "vertical" variant of survival pod airlock, unneeded
survival pod airlock assembly can have glass applied
solid and glass overlays for survival pod airlocks
* OOPs some airlocks, removes a duplicate door assembly, removes some var edits on maps for a new glass type
* turn copied door assembly code into a proc
some feedback during door assembly construction
door assembly created airlock takes name from base_name if no custom name
moved plasma airlock proc to airlock_types.dm
* Add caltrop component for spikey floor objects
The caltrop component now can be added to any crossable atom, and it'll
act like a shard of glass, or a d4. Additional flags are possible for it
to bypass shoes or ignore people who are walking.
This means d4 don't reimplement shard logic, and also open the window
for caltrop grenades later.
Also, it taught me how components work.
* Code review I
* Caltrop damage is 4
* Cactus hurts
* Whoops
* Ignore restraints = true
* Adds the Eminence
* New abilities and a command system
* More stuff
* I did something in this commit but I dunno what
* Beginning work on trap setups
* This is good for now until arm gets his sprites
* I did something here!
* Manacle sprites
* R.I.P. R&D
* Maintainer review
* QoL, slabbin' it up
* Conflicts
* Conflicts
* <
* Now it compiles!
* TGUI
* TGUI, again
* 🥝
* that should be all, but I'll do some quick testing...
* aha!
* ports baycode stack_recipe_list
comfy and office chairs use stack recipe lists
* removed some src. and made list_recipes() into interact()
* /datum/browser for stack menus
* revert unnecessary edit
* Revert "all this wrapping and it's not even christmas (#33035)"
This reverts commit faaf151580.
* Revert "fuck me for forgetting to graph this one"
This reverts commit 45d7acea2f.
* Revert "defines math"
This reverts commit 2817a1737b.
* 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.