requires #6644
Entirely replaces how (most) belts perform insertion checks.
This pretty much allows belts to hold most things.
Armor vests are next.
Trashbags will also use the systems we use on main.
Closes#7256 and #7435
---------
Co-authored-by: silicons <silicons@silicons.dev>
- all cells in the game are now small, medium, large
- super, hyper capacity cells, device, and weapon cells are all removed
- cells now have standardized variants, some of which are printable by
R&D
- energy weapons rebalanced
- **advanced energy guns and stun revolvers removed** - use the new
modular weapon system and microfission cells.
---------
Co-authored-by: silicons <silicons@silicons.dev>
Tears apart the overloaded `/obj/item/mecha_parts` into a few different
paths.
`/obj/item/vehicle_chassis` for the base part that things attach on
(this is the mech construction holder)
`/obj/item/vehicle_part` for things you attach to chassis
`/obj/item/vehicle_component` for integral components
`/obj/item/vehicle_module` for equipment
This is to prepare for further work on mecha as a system, and to get
some of the massive line changes out of the way.
Also:
- tears apart a few files that were just too long to be handled and
groups everything with their mechs
- erases some code reuse
## About The Pull Request
IN SO FAR;
- 20 max health species that displays as a hologram
- all clothing and items they wear display as holographic, the same as
their body
- hair and body alpha values can be customized
- other slots can be equipped like backpacks/belts/etc however they
appear holographic (for now, might change this!)
- your loadout/job clothing copies onto your body, priotizing job
clothing first
- if you use the enable-hologram verb or die as a hologram you will be
turned back into your sphere, dying means you are stunned for 10 seconds
and then you turn back into a hologram
- dying loses you nutrition and you also passively regenerate hologram
health over time using nutrition, this can be regained using a
recharging station
- being a hologram they are unable to be healed by normal things, they
don't have a mouth, can't get diseases, etc, this is counteracted by
having incredibly low health and their 'death' being quite punishing
(loss of nutrition that requires a recharger, hardstun that leaves their
shell vulnerable)
- cable coil heals burns on the sphere, welding tool heals brute on the
sphere
- you can pick the sphere up by clicking on it
- you can revive the sphere using a multitool, this takes 10 seconds and
requires the sphere to be full hp
- eye colour on the sphere is the character's eye colour
- if hologram is gibbed/dusted then the shell is also deleted
- action buttons for the verbs
- new clothing flag NO_UNEQUIP stops you unequipping the item
- attempting to strip the holosphere shell will strip the hologram (you
can't avoid getting your items taken off you)
PLANNED:
testmerge this for a round or two and just get a better feel for their
balance
## Why It's Good For The Game
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
add: holospheres
/🆑
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## From Bone to Bronze
Many Scorian items were borrowed from Main's Ashlander assets. The
borrowed assets did not do a good job of showing the status of the
Scorian civilization as a bronze age civilization as the majority of
their tools ended up being bone, to say nothing of the borrowed tools
that used assets from mobs that do not exist RP (Legion powered welder
and cautery). As such I have replaced the bone tools with bronze ones,
in addition, the recipes of the affected items have also been adjusted.
Scori will need to acquire more copper to make their tools. Bones are
still used for some tools and as components on other recipes.
Many tools have been altered for fluff purposes. Many Scorian Recipes
now require tools of some kind (As we can no longer assume they can
assemble complex items from raw materials with their bare hands). This
may be a slight nerf for the Scori as the bone material may be
overpowered. Please don't full merge until we can be sure the balance
isn't overly altered by these changes.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
add: Bronze Tools and Weapons (May be slightly worse than bone due to
material fuckery)
tweak: many many recipes
imageadd: icons for the new tools, inhands icons for the tools
/🆑
<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
tl;dr refactors supplypacks to a new system
- all access locks yanked from crates other than the ones that actually
need to be locked
- preps system for reworks, translates stuff over to a new format
- adds unified subsystem parsing & support for other descriptors for
cargo crate contents other than typepath
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## About The Pull Request
changes how blindness is handled in game
temporary sources of blindness add a status effect to the affected mob
while permanent sources (such as missing eyes/vision organs) add the
traits
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Why It's Good For The Game
blinding code was a mess (and still isnt perfect) this makes it slightly
more reasonable
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
refactor: refactored blinding code
/🆑
<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
## About The Pull Request
adds generic system for atom health / integrity / damage
everything that isn't flagged with not-bludgeonable can, well, now be
bludgeoned.
## Why It's Good For The Game
more interactive game world through the means of making people able to
break Everything.
## Changelog
🆑
add: atom damage - (almost) everything is now breakable.
refactor: new /atom level materials system
refactor: a lot of the combat system / click code
refactor: melee attack styles
/🆑
---------
Co-authored-by: silicons <no@you.cat>
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## About The Pull Request

While Clockwork content is currently still InDev™, this doesn't mean we
can't add a few crumbs from them early. This adds a new loot pool, new
tools, and a new crafting recipe.
Clockwork tools: Equal in power (stronger in the welder's case) to the
Alien Versions, with different use sounds, and a description for each.
In addition: The clockwork multitool has wirevision, equal to the alien
multi, and thus, the code has been changed accordingly.
The Replica Clockwork Welder: Looks like the real clockwork welder, but
has half the capacity, and .4 use speed, with no eye protection. It
regenerates on its own, though, and requires an experimental welder to
make. A nice minor upgrade, and not a complete hazard to use.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Why It's Good For The Game
These things were bound to make it into the game one way or another, so
why not get that small piece of the bandaid done and over with. We can
corrupt them later when Clockwork Content shifts from InDev, to
something more tangible.
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
add: Adds clockwork tools, replica clockwork welders, and the clockwork
tool spawning pool. Currently, it's hooked up to the rouge miner
generation so they can appear in game, at prob(1)
/🆑
<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
---------
Co-authored-by: TheObserver-sys <Gizmomaster777@gmail.com>
## About The Pull Request
rewrites lathes
they are now embeddable within other interfaces, have unified controls +
queue management, and have support for using
- materials
- reagents
- even using / transforming existing items
rewrites /datum/design to be semi-singletons
adds SSresearch to hold designs
rewrites atom material system a bit
also:
- adds MIT license identifiers to some of my old TGUI work of which I am
the only one on the git history. i'd like to keep the tgui section and
my own code samples in there as MIT instead of AGPL.
- removes vorestation id restorers from maps because they're unused
nowadays
- removes partslathe as they're basically just unused
- Revamps sheetmaterials stylesheet as it really didn't need to just be
stacks.dmi
## Why It's Good For The Game
lathes sorely needed a redo
we want good materials support ontop of that.
also fixes autolathes :)
the "also" part is already covered above.
## Changelog
🆑
refactor: lathes are completely rewritten
fix: autolathe x5 and x10 buttons
del: autolathes can no longer be hacked. all hacked recipes are instead
accessible as normal recipes.
del: partslathes - redundant
del: id restoration consoles - unused / prohibited by server rules
/🆑
---------
Co-authored-by: silicons <no@you.cat>
I realized it's literally impossible to translate all of this code at
once. RIG suit code is just all over the place.
This lets me develop rigs from the ground up without conflicting with
existing code. Old rigs will therefore not be the same item or ecosystem
as new rigs.
---------
Co-authored-by: silicons <no@you.cat>
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## About The Pull Request
Brings Adherent in line with how they're meant to be.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Why It's Good For The Game
They're basically just reskinned humans with some funny abilities atm.
Things this PR DOES NOT FIX.
Adherents are still not classed synthetic. Meaning they still have to
drink. I tried, for hours, to get this fixed but couldn't. So someone
better than me will have to, or it'll have to wait for @silicons famed
organ rework.
Adherents still leave footprints, make footsteps, and are affected by
terrain slowdown. I can't feasibly fix this until @silicons maybe does
his movement backend rework.
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
add: Added Adherent Crystal tools. 0.2 toolspeed, welder only usable by
adherent
add: Added adherent crystal tool vendor
add: NO_IGNITE species flag that makes the holding species unable to be
set on fire.
tweak: adherent now recieve doubled brute damage
tweak: adherent now recieve 10% of burn damage
tweak: adherent are now immune to radiation and toxin damage
tweak: adherent now have 75 total health
tweak: adherent nutrition use modifier set to 0.04, same as proteans
tweak: adherent now pressure immune
tweak: adherent are unable to be set on fire
tweak: adherent can't eat or drink. (NOTE THIS IS COMMENTED OUT UNTIL
SYNTHETIC CHECKS ARE FIXED)
tweak: adherent spawn with their toolbelt in lieu of a survival kit
/🆑
<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## About The Pull Request
**Mobs:**
1. **Adds the Shank.**
2. **Adds the Stormdrifter.**
3. **Goliaths can now be milked for gunpowder.**
**Structures:**
1. **Adds Ashlander Structures: Magma Forge and Brick Press.**
2. **Adds Ashlander Catwalks.**
3. **Adds Goliath Hide curtains.**
4. **Adds a Tying Post.**
**Map Edits:**
1. **Removes the Harmony colony.**
2. **Removes Ashlander Camp.**
3. **Adds Ashlander Village.**
**Adjustments/Changes:**
1. **Tweaks Bone Axes and Spears.**
2. **Restricts Tribal Recipes.**
3. **Rearranges Ashlander structures and icons into bespoke files.**
4. **Beakers can now scoop ash piles off the ground.**
5. **Shows Reagents in Stone Mortars on Examine.**
6. **Creates Preset Types for Bone Tables/Benches & Sandstone
Tables/Benches.**
7. **Wood Fences are now craftable with planks.**
8. **Boosts Ashlander Darksight.**
9. **Changes the lid colors of Ashlander containers.**
10. **Gives Ashlanders a Dedicated Language.**
**Alchemy:**
1. **Adds a craftable Ashlander Alchemy Station.**
2. **Adds a craftable stone mortar.**
3. **Creates New Reagent: "Alchemical Base"**
4. **Adds a Fertilizer recipe.**
5. **Adds an Alternate Tallow recipe.**
6. **Adds a Soap recipe.**
7. **Adds a Charcoal Stick recipe.**
8. **Adds a craftable Calcinator.**
9. **Adds the Industrial Plant Cersut.**
10. **Creates a craftable Stone Dropper.**
11. **Adds Juhtak Poultice recipe.**
12. **Adds Pyrrhlea Poultice recipe.**
**Craftables/Content:**
1. **Creates Craftable Saddles.**
2. **Adds Sandstone Flooring.**
3. **Adds Wooden Roofing.**
4. **Adds the craftable lava-proof boat and oar.**
5. **Adds elder stones and a harvestable outcrop.**
6. **Adds Charcoal Sticks - a pen subtype.**
7. **Adds craftable Sandstone jars.**
8. **Adds craftable Cooking Spit.**
9. **Adds primitive Soap.**
10. **Adds Goliath hide gloves.**
11. **Adds Goliath hide ore bags.**
12. **Adds bone specific arrow recipes for Ashlanders.**
13. **Provides specialized armor for Ashlanders.**
14. **Adds Bone Talisman (Disenchanted) to Loadout.**
15. **Adds Goliath half-cloak.**
18. **Adds Goliath plant bag.**
**Weaponry:**
1. **Adds the Stun Lance.**
2. **Removes Firing Pins from Muskets.**
3. **Adds the Bone Sword and Elder Bone Sword.**
4. **Adds Shiv Knife.**
5. **Removes Musket safety.**
6. **Removes the safety from bows.**
## Why It's Good For The Game
**Mobs:**
1. _Gutshanks can now be matured into Shanks, which serve as mounts for
Ashlanders. If a Shank has a saddle on it, you can set its name/rename
it with a charcoal stick._
2. _Stormdrifters are floating mobs who wander the Eastern Plains
aimlessly, having been blown off-course by storms. They likely have some
kind of utility._
3. _Goliaths eat lots of sulfur and saltpeter-rich rocks and sand, and
now canonically create gunpowder as a waste byproduct. This can now be
collected by Ashlanders to replenish musket reserves._
**Structures:**
1. _Ashlanders need a way to generate rods to create flooring for their
structures, and also a way to access lead sheets to make musket balls.
The Magma Forge creates rods when fed iron ore, lead ingots when fed
lead ore, copper ingots when fed copper ore, and slag when fed sand. To
encourage more thematic construction, Ashlanders can use a Brick Press
to create sandstone bricks when they feed it sand._
2. _I wanted a bridge/catwalk system for Ashlanders, and this is what I
came up with._
3. _Instead of heavy stone doors and stuff, I thought goliath hide
curtains would be pretty nifty. So we've got those now!_
4. _This craftable bone tying post allows you to anchor your mount in
one spot, just like in the Wild West!_
**Map Edits:**
1. _As much as I love Harmony, it has served its narrative purpose.
Instead of extending Lavaland with another Z-Level, as I planned a while
back, I'm going to instead remap East to be the new Ashlander spawn
zone._
2. _The exile POI for Ashlanders no longer serves purpose._
3. _It is instead replaced by this village!_
**Adjustments/Changes:**
1. _Bone axes and spears now use their bespoke sprites, instead of
material inheritance sprites._
2. _To craft Tribal recipes, you must now be an Ashlander. This should
encourage more commercial trade between Ashlanders and station crew._
3. _I had to create a new file and icon sheet for Ashlander specific
structures. I have moved the primitive seed press and the yurt to this
file, and adjusted the relevant areas in code._
4. _I was surprised to discover this function didn't exist. It seems
obvious that you should be able to sweep ash up. Most people don't even
realize ash is a valid reagent type. Now it can be utilized somewhere,
hopefully! Besides just me, I mean._
5. _There have been complaints about the confusion around stone mortar
contents on Surt. The ability to see reagents in a beaker used to exist,
but appears to have been removed somewhere. It was a pain, but I figured
out how to restore it for stone mortars. Now Ashlanders can safely know
whether they're about to drink water or gunpowder._
6. _I just wanted these so I could map them in to replace most of the
wood in the Ashlander village._
7. _I've seen some pretty weird fencing solutions for when the Ashlander
corral breaks. I'm debating a bone-based fence for it, but in lieu of
that, these should be craftable anyways._
8. _Originally I had this set to 5. It turns out 5 was too low. Even 7
feels a little inadequate. I'm considering other solutions._
9. _To match with more bone and less wood, these should be changed!_
10. _Apparently I was using an Admin event language all along. Now they
have a language of their own!_
**Alchemy:**
1. _I know there isn't like, a super obvious utility for this yet, but
it feels like something that might be useful later. Maybe for advanced
Ashlander medicines like poultices or something. Maybe a Phase 4 thing._
2. _The stone mortar functions as a beaker, and can be used to contain
reagents for Ashlanders, such as gunpowder._
3. _This chemical serves as the core reagent in Ashlander alchemical
recipes. It helps to prevent overlap in recipes considering the limited
number of reagents Ashlanders have access to. It can be crafted by
combining ash and sulphuric acid._
4. _Ashlander players have also requested access to fertilizer. Although
you can grind up plants currently to provide plots with nutrients,
giving the players access to a baseline fertilizer recipe (which I was
surprised to see didn't exist/doesn't exist in a way Ashlanders can
fairly access) works too. It can be crafted by combining equal parts
tallow, ash, and alchemical base._
5. _Tallow is vital for a couple of my early concept alchemical
formulas. It also serves to add additional utility to raw meat which
might otherwise go unused. I designed this alternate recipe to require
little more than grinding meat down into its components. It can be
crafted by combining equal parts triglyceride, protein, and alchemical
base._
6. _Butchering animals is dirty work. There have been multiple requests
for a way to wash dirty items. Unfortunately, providing Ashlanders with
a puddle of water or other water-based vectors would undermine the
purpose of farming Gutshanks. However, primitive cultures knew about
soap and how to create it. It can be crafted by combining equal parts
tallow, water, and ash._
7. _That Charcoal has to be made somewhere! It can be crafted by
combining equal parts tallow, ash, and alchemical base._
8. _In alchemy, Calcinators are used to reduce ingredients to ash and
release their interior potential. This is a fancy way of saying you burn
stuff into ash. This machine was a total headache to me, and took up the
majority of my code work on this particular day. It's essentially a
bastard child of the reagent grinder designed to burn wood or bone (only
bone really matters for Ashlanders), and pump out ash for use in
recipes._
9. _The eagle eyed may have noticed earlier that Alchemical Base
requires sulphuric acid to craft. This is possible due to the addition
of Cersut. This leafy plant leeches Sulphur out of the soil, which is
processed through its body. Consequently, the leaves retain a
significant amount of sulphuric acid. Cersut is not designed for any
form of consumption. It is purely an industrial plant._
10. _I've discovered that due to some uneven production results, you can
get some total nightmare situations with Ashlander beakers. I've
considered adding some kind of chem master to allow for faster
refinement, but I mean. Where's the fun in that?_
11. _This poultice can be used to heal brute damage in a more focused
way. Made by mixing ten parts alchemy base with ten parts bicaridine._
12. _As the above, but used to heal burn damage. Made by mixing ten
parts alchemy base and ten parts kelotane._
**Craftables/Content:**
1. _Saddles allow you to ride Shanks when crafted and applied._
2. _Now Ashlanders can construct interior floors out of sandstone._
3. _Now we can have wood roofs, instead of just steel ones. This is
basically a fluff addition._
4. _The current redesign for Lavaland East has a lot of lava rivers and
stuff going on. It'd be nice if Ashlanders had special boats to sail
over it with._
5. _Older Lavaland recipes for certain tools required Cultist soul
stones. Obviously on Main this makes sense, but less so here. So I've
created Elder Stones, slightly anomalous gems that can be found in
special outcrops. I've come up with some lore for these, but it doesn't
belong here. They're used in recipes for things like lava-proof boats,
Ashlander welders, and Elder Swords, all of which are meant to be rare._
6. _Originally I had this concept of Ashlanders using charcoal sticks to
draw pictures and stuff, but I realized it would just lead to graffiti
and English letters all over my sand. So instead I've made them
primitive pens with no vector for paper, etc. They can be used to label
stone mortars, and feature in at least one crafting recipe._
7. _Since there's no wood on Surt, wood buckets don't make sense. Now
Ashlanders can craft sandstone jars - which function as buckets - in
their stead._
8. _The people have cried out for a way to cook food. I've made this
grill subtype that's just a spit over fire. Originally I was going to
make it require charcoal sticks as fuel to consume, but I think that'd
just add tedium (and I kinda don't wanna code it.)_
9. _It's ugly and it doesn't smell fancy, but it sure cleans stuff up._
10. _Fashion and utility! These gloves will protect you from stinging
nettles when farming._
11. _Picking up ore one at a time is kinda lame at this point._
12. _Since there's no way for Ashlanders to reliably get wood, I've made
it so they can craft arrows just using bone._
13. _Ashlanders have been using borrowed Gladiator uniforms for a while.
Now they have Babylonian style lamellar armor._
14. _Disenchanted bone talismans may now be selected in the accessory
loadout, at the request of players who have received them as gifts from
Ashlanders._
15. _This is purely an aesthetic/style addition._
16. _Adds Plant Bags for Ashlanders._
**Weaponry:**
1. _Designed to work in tandem with jousting, Stun Lances are more of a
tool for flavor._
2. _Muskets are ancient, primitive tech. They wouldn't use firing pins._
3. _As with the above, mechanical safeties didn't exist for
decades/centuries after muskets._
4. _Bone swords are neat! Elder Bone Swords were a recommendation by
someone, but I really loved the concept. Both are craftable, although
the Elder requires advanced (for Ashlanders) materials._
5. _I'm already touching the misc weapons file and someone suggested a
cheap shiv made of duct tape and knife blades. Sounded fun._
6. _Bows shouldn't have safeties._
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->
🆑
add: Adds the Shank.
add: Adds craftable saddles.
add: Adds craftable stone mortar.
add: Adds gunpowder milking feature to Goliaths.
add: Adds Stun Lance.
add: Adds Ashlander crafting structures (Magma Forge and Brick Press)
add: Adds Ashlander alchemy station.
add: Adds sandstone flooring.
add: Adds wooden roofing.
add: Adds the bone sword and elder bone sword.
add: Adds lava-proof boats.
add: Adds elder stones.
add: Adds Ashlander catwalks.
add: Adds Ashlander Village to Lavaland East.
add: Adds a shiv.
add: Adds Goliath hide curtains.
add: Adds alchemical system.
add: Adds alchemical recipes: alchemical base, fertilizer, tallow, soap,
charcoal sticks.
add: Adds Calcinator.
add: Adds industrial plant 'Cersut'.
add: Adds primitive soap and charcoal stick pens.
add: Adds sandstone jars.
add: Adds cooking spit.
add: Adds stone dropper.
add: Adds preset bone & sandstone tables and benches.
del: Removes Harmony colony.
del: Removes Ashlander Exile POI.
tweak: Removes firing pin requirement for muskets.
tweak: Changes Bone Axe and Spear sprites.
tweak: Restricts Tribal recipes to Ashlanders.
tweak: Rearranges Ashlander structures into specialized files.
tweak: Allows inspection of reagents in stone mortars.
/🆑
<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
---------
Co-authored-by: silicons <no@you.cat>
Co-authored-by: Zandario <zandarioh@gmail.com>
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->
## About The Pull Request
Silicons asked me too and he knows very well I'll do this dumb shit in
one sitting.
* reworks reworks reworks
* s
* s
* e
* don't need that anymore right aha
* i'm lazy
* optimizations
* fix?
* aough
* fix
* fix
* fix
* better
* aough
* aough
* howmegalul
* epic
* optimizations
* augh
* ough
* sigh
* wow time for a fucking slowdown
* ough
* why
* why
* ough
* .
* sigh
* fix
* wip
* this is quickly going out of control
* why are we here, just to suffer?
* here we go again
* pain
* i'm impressed by how shit this code is
* d
* oh no
* oh no
* stuff
* aaa
* ayy
* groan
* hm
* proggers
* a
* that solves that
* ough
* kick that out
* t
* ough
* example item time
* convert
* WHY
* I HATE CATGIRLS
* a
* genuinely awful
* more
* t
* sigh
* staging
* stuff
* pain
* SIGH
* sigh
* more
* AAAAAA
* more
* please
* fuck it flag time
* autodetect
* a
* mistake time
* why
* coloration2
* prog
* now just for detection and icons
* vestigal
* move those
* fuck byond
* wryyyy
* repath
* a
* aough
* surprisingly well
* let's go..
* fix
* there
* a
* fixes
* fixes
* Fix
* fix
* fixes
* fixes
* that was a bad idea
* later
* tesh fixes
* e
* fix maybe
* fix maybe
* fixes
* how?
* c'mon
* here we go again
* gfi
* fix
* unreal
* Fixes
* epic
* gfi fixes
* gfi fixes
* why
* come the fuck on
* useless files
* finalized GFI
* rly
* fixes
* sorry
* come on.
* eh
Co-authored-by: VM_USER <VM_USER>
* shit code goes in the comedy bin
* stubs
* move those
* w
* vehicle repath
* maybe that instead
* aouhgoawhuh3ho
* markers
* a
* fixes
* hell
* let the great refactoring begin
* a
* aouhg
* changes
* augh
* signals
* s
* offhand stuff
* wrappers
* stuff
* modifications
* a
* stuff
* base component
* Stuff
* a
* stuff
* ay
* Ay
* ?
* fix
* a
* augh
* aough
* mark those
* sigh
* correction
* that
* let the good times roll
* more
* more
* on god
* aoihgouh
* fixes
* done with that ifle
* sigh
* a
* s
* fuck off voremobs
* stuff
* pain
* some more
* changes
* changes
* f/r
* sigh
* impl
* out with the useless
* fix
* Fixes
* a
* fixes
* move that
* pain
* fix
* m
* pain
* WHY
* regex
* s
* just offsets to go
* reserve those words
* that
* stuff
* stuff
* not sure if list ops were a good ide abut whatever
* fix
* and once more with energy!
* and once more with energy!
* fixes
* offsets
* fix
* lmao!
* ay
* patch
* fixes
* propagate that shit through
* ayo
* bruh?
* e
* PLEASE END MY SUFFERING
* ah.
* that
* fix
* fix
* fixes
* e
* Fix
* fix
* fix
* Fix
* fix
* fix
Co-authored-by: VM_USER <VM_USER>