* bones, gladiators, milk, spear and tears
* :trollface: my copy/paste python script did the funny
* forgor
* fixed
* mat.yml fixed
* bones
* bone armor
* gladiator uniform now in clothesmate like ss13
* bone armor craft
* pieces
* i was dumb in the past, now im dumb too
* that was dumb...
* fixing stuff
* i hate git
* Revert "i hate git"
This reverts commit 17ef4e5a07a3ebad7d4f487f15721d1df16d757f.
* Revert "fixing stuff"
This reverts commit 4fc5d6b2dc1fc6ebb3945bdf5663b8e432ca7aa3.
* this will work?
* i fucking merged it
The drinks in SS14 were made quite boozy, usually there should be more
mixer than alcohol in a drink. This commit tweaks all the standard
alcohol + mixer drinks to have twice the amount of mixer vs alcohol
* Add berries
* Berry recipes
* Add bungo fruit
* yml tweaks
* yummy poisonous pits
* Technically it's a seed
* Revert "Technically it's a seed"
This reverts commit be892cf119c1e733ac2922b878aaa476f435152a.
Slapping the seed component onto it led to unforeseen consequences, and I don't want to mess with the seed system for a mostly useless gimmick.
* Revert 2 Electric Boogaloo
This reverts commit 2c4fb34250e9369085d49e730de3dab0e077b687.
* Small rewording
* Cocoa balancing
* Oops
* tasty silk and webby crates
* winter coat
* fuck
* Move some files around and stuff
* FUCK
* Web closet finished
* what the fuck
* brain empty
* loss
* loss 2
* fuck
* web typing indicators
* minor spelling mistake, I lost.
* hiss
* changed
* And they said "Let's remove pockets", funniest shit I've ever heard.
* 2 seconds of stun
* fuck it we pr
* resprite
* dummy
* arachnid creampie sprite
* different + more "natural" crate sprites
* Webbing suits and webbing dresses.
* and other stuff I forgot to commit.
* and gone.
* no
* Cloth.
* I forgot to commit this? What???
* Eyes.
* Comment trimming
* winter coat resprite
* no plates from eating cooked meat
* no more plate
* no plate sprite
* already food
* -
* pro
---------
Co-authored-by: deltanedas <@deltanedas:kde.org>
* book bag to literacy module, bucket n plant bag to gardening
* split gardening into gardening and harvesting
* book bag whitelist document, also dumpable
* fix
* new icon
* Added basic alternative fire mode system for the CHIMP
* Redesign of the CHIMP handcannon
- the CHIMP now has an internal rechargable battery (10 shots at 100% charge)
- it has three alternative fire modes, one for each particle type, that its user can easily switch between
- syndicate scientists have access to an experimental version which can also fire omega particles (4 TC)
- each particle type now has a distinct color and damage type: delta (red): heat, epsilon (green): radiation, zeta (yellow): shock, omega (purple): heat + radiation. This affects A.P.E.s as well
- CHIMP particles now do 10 damage (up from 5)
- all CHIMP particle cartridges have been removed from the game (including the syndicate omega particle ammo pack)
* Code revisions
* Code revisions
- Removed changes to particle damage and damage types
- The experimental CHIMP was removed from the syndicate uplink and replaced with an upgrade kit, which when used on a standard CHIMP will convert it to an experimental one
* Code revisions
- Added a 2 second DoAfter for applying the upgrade kit
* Fixed spelling mistake
* Update projectiles.yml
Removed commented code
* Update Content.Server/Weapons/Ranged/Systems/AlternativeFireModesSystem.cs
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
* Code revisions
- Implemented changes requested by EmoGarbage
- Removed UpgradeKitComponent in favor of using a construction graph
- Renamed AlternativeFireModesComponent.cs to BatteryWeaponFireModesComponent.cs
Textures
- Reverted omega particle to being a green color
- Epsilon particles are now a cyan color
* Added comments
* Revisions
- Moved BatteryWeaponFireModesComponent from Shared to Server
- Restricted access to this component to BatteryWeaponFireModesSystem
- Changed the CHIMP upgrade kit to a chip
- Updated the localization files to reflect this change
* Delete interaction-upgrade-kit-component.ftl
This file is no longer needed
* Update battery_guns.yml
Added new description for the experimental CHIMP
* Update battery_guns.yml
Updated experimental CHIMP description again...
* Fixed issue with ItemComponent
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>