379 Commits
Author SHA1 Message Date
evilew 3722d8e86c holosigns for fastfood, enabled ghost LOOC, moderator perms 2024-03-16 19:25:51 +01:00
MrSky12 cd66b41197 Added the Calorite shrine to the pool of ruins
Changed the name as well to specify where it belongs to. (added a description to the statue too :) )
2024-03-10 14:06:42 +01:00
evilew b63d973f41 tweaks + metabolism gun
- added AL-T-Ray, a raygun that changes the targets weight gain and loss rates
- added ALTR to NutriTech Weapons research node
- the calorite fountain's curse now lasts 2000 steps
- fatoray gun projectiles can now reflect off reflective surfaces (like titanium)
2024-03-08 00:06:24 +01:00
evilew dc64540938 restaurant + random tweaks
- more details to fast food (radio tower, extra items, trash asteroid, floor decals)
- changed some job presets to include certain items or names (restaurant guys get IDs and radios now for instance)
- moved some code for convenience
- ATVs are now faster, scooters are slower
2024-03-07 15:25:13 +01:00
evilew c58e7dff83 VV's door stuckage code
- adds a chance to be stuck in doors if you're fat enough. The chance increases the fatter you are
2024-03-03 23:36:18 +01:00
evilewandGitHub 6ae6973b9c Merge pull request #159 from KabKebab/lil-upgrades
small tweaks
2024-02-19 22:54:44 +01:00
SeepingVisageandGitHub 385f738b00 Add additional weight to taur characters
Adds additional weight to taur characters when they go on scales. It's 2.5x for taur characters, meaning at 0 fatness a taur character will report a weight of 350 pounds while a non-taur character will report a weight of 140 pounds.
Math was based on the assumption of a taur body adding at least 200 or so pounds, then making it multiplicative to imply the tauric half was also gaining weight.
2024-02-19 14:03:53 -05:00
evilew e53fc1729b implementing new meals and recipes
also included LGO plush
2024-02-18 18:59:16 +01:00
evilew b97f1975c0 finishing framewrecker pizza
wrapped up some details for it, more slices and made sure there's a recipe for it
2024-02-16 21:52:06 +01:00
evilew c7d76c9941 porting sprites, giant pizza, removing valentines
should've chopped those commits but eh, essentially does what it says it does
2024-02-16 16:44:30 +01:00
PintaandPinta cde565534c some more touches 2024-02-15 03:27:01 -05:00
PintaandPinta cc835bd1b4 :3 2024-02-14 22:12:31 -05:00
PintaandPinta a2a0c4c389 wew 2024-02-14 21:49:39 -05:00
PintaandPinta 53a8a02daa Update console.dm 2024-02-14 14:40:40 -05:00
PintaandPinta 343a553004 Update console.dm 2024-02-14 13:35:04 -05:00
PintaandPinta 22ff63f97c Update console.dm 2024-02-14 03:05:14 -05:00
PintaandPinta 96d97e023b Update console.dm 2024-02-14 02:59:42 -05:00
PintaandPinta 4cc7d40d83 maps and some other tweaks 2024-02-14 02:18:49 -05:00
PintaandPinta 1665a160c4 main code 2024-02-13 23:49:25 -05:00
Alphas00 585b6435c9 Modclothes null user fix
Adds if to check if the clothes' user exists, to avoid null user errors
2024-01-25 16:18:01 +01:00
Alphas00 338fb13ed6 Genitals modclothes update fix
-Changed gentials rebuilding the entire character's sprite to just the icons of their suit, for modular clothes
-Added comments to modular clothes code
2024-01-18 20:23:20 +01:00
Alphas00 cff52279a3 Modular clothes breast fixes
-Icon of the modclothes overlays now specificed as a variable
-Mod clothes breasts overlays code changed to better handle the unique way in which breast sizes are picked
2024-01-17 22:49:08 +01:00
Alphas00 1e6f9f04b3 Temporary modular clothes max size fix
- Temporary fix for organ sizes going past the maximum breaking clothes sprite overlays
2024-01-17 17:06:56 +01:00
Alphas00 d9b99350ff Modular graysuit, genitals icon regenerate
-Updated sprites for the modular graysuit.
-Modular clothes code now regenerate icons when they are adjusted
-Genitals reenerate all of the character's icons (to allow modular clothes overlay to update on singular genital size changes)
2024-01-15 20:08:44 +01:00
Alphas00 a0cf16bde9 Drinks dispenser fix, fat drinks tweak
-Removed tea from the bartender's drinks dispenser, as it was not working. Replaced by tea powder/ground tea leaves.
-Fatty drinks now work if the food WG preference is on, instead of chems
-Fruits tea now also works as if it were normal tea, on top of adding fatness
2024-01-07 19:22:09 +01:00
evilewandGitHub 86abc6ec6b Merge pull request #140 from Alphas00/master
Modular Clothes System, Barrel Tank and Bluespace Belt fixes
2023-12-31 19:54:56 +01:00
Alphas00 e9b144bcd3 Modular clothes system updates/fixes
Modular clothes alt and digitigrade fixes

Modular clothes sprite overlays compressed into one file.
Added ..() to equipped and dropped functions.
Added separate icon states for alternative clothes styles and digitigrade legs

Modular clothes bug fix

Fixed bug where putting the clothes from worn to hand would still display the clothes overlays
Removed unnecessary repated info from the parent /chef
2023-12-30 21:02:04 +01:00
GremlingSS 2b99671d5e Removes whitespace from appearing when going across it while stunned. 2023-12-30 12:10:22 +00:00
GremlingSS 8bfb7e1c30 Last minute polishing 2023-12-30 12:01:08 +00:00
GremlingSS 10e3bf038c Fixed up spawning issues, comments up code, overall polishing 2023-12-30 11:48:01 +00:00
GremlingSS 0976142550 Fixes up the stunlock. 2023-12-30 11:32:56 +00:00
GremlingSS 6a80856f63 Calorite Doors refactor + Fat Stunning 2023-12-30 11:20:22 +00:00
Alphas00 d11e2af5f4 Merge branch 'master' of https://github.com/Alphas00/GS13 2023-12-29 23:29:42 +01:00
Alphas00 e7159fa484 Modular clothes system first introduction 2023-12-29 23:29:30 +01:00
Alphas00andGitHub 59b42f7f8e Merge branch 'KabKebab:master' into master 2023-12-29 21:46:53 +01:00
evilew 7b2f604ea6 fixing up calorite door code that takes up a lot of CPU
Replaces calorite door code that might be causing some lag. Code conjured by Gremling on DC (thank you!)
2023-12-29 21:40:40 +01:00
Alphas00 e81b31eb25 Belt tweaks and Barrel Tank
-Bluespace Belt now stops working if directly dropped from a mob
-Bluespace Belt messages added
-Bluespace Belt design added to Nutritech Tools tech
-Added Barrel Tank, a back slot item that receives chem that the wearer can ingest over time
-Barrel tank crafting recipe added
2023-12-28 20:20:02 +01:00
Alphas00 33e3e31c28 Variable name changes
Changed realfatness into fatness_real and overfatness into fatness_over
2023-12-26 16:12:29 +01:00
Alphas00 b40aad939b Fatness Hiding System and Bluespace Belt
Applied changes to fatness.dm to allow the creation of objects, events and such that hide a character's actual fatness level to display and treat it as another.
Fixes to other files to support said change.
Added bluespace belt, an item that hides a character's current weight and treats it as if were 0. (Belt has currently no way to be created/accessed besides admin spawns. Haven't tested ALL things that interact with weight yet)
2023-12-26 00:20:37 +01:00
evilew ce8d25cc9c new recipe pad
- added a new infopad on fatty chems
- small formatting tweaks for blubbery bartender
- placed the new infopad on maps
2023-12-24 14:45:30 +01:00
evilew 9b6669881e patching up the last PR 2023-12-24 14:15:31 +01:00
christiankabbalahexpert 7c640eba2c Organizing our \code\modules, minor fixes, changes, and additions.
Moved the Gato burrito to under food_and_drinks.
Added a recipe for Flatulose under fatchem.dm.
Fixed some emote visibility and formatting (need to figure out how to remove the space in the *gurgle emote still).
Buffed the fizulphite and extilphite production in it's recipe to be in-line with the volume of it's ingredients, rather than producing less than the sum of it's parts.
2023-12-24 16:18:08 +11:00
Alphas00 df36be3590 Hair gradients fix and Beltbuster use fixed
Hair gradients are now instanced as "None", the default no gradients value, rather than 000 which caused runtime newly instanced character to cause runtime errors.
Fixed the path for the Beltbuster Mead drink's on_mob_life function
2023-12-23 15:13:06 +01:00
Alphas00 d53f3a1569 Beltbuster Mead, new drinks Datapad
-Added Beltbuster Mead and its recipe
-Added beltbuster_mead sprite to drinks.dmi
-Added datapad for the new drinks to lore_papers.dm
-Moved new drinks to their separate file, fatty_drinks.dm
-Moved new drinks recipes to their separate file, fatdrinks.dm
-Included fatty_drinks.dm and fatdrinks.dm into tgstation.dme
2023-12-22 17:02:07 +01:00
Alphas00 694c3d21cb Drink Tweaks
Updated sprites, fixed drink colors, spelling and name in the Fruits Tea reaction
2023-12-21 16:36:55 +01:00
Alphas00 99262546f5 Adding fattening drinks
Adding 5 drinks for bartenders to make to help the job interact more with the fatness system.
Added are: belly bloats, blobby mary, heavy cafe, fruits tea, snakebite
2023-12-20 21:52:46 +01:00
MrSky12 1c64f8a054 Added fat god statue and ruin
Right now it does absolutely nothing but I added it in as a rollback for later. (I do not know how to make a separate rep)
2023-12-17 09:52:26 +01:00
evilew 1511e34923 small changes and additions
- fixed some cherry milkshakes
- added a boozomat to hos office on box
- tweaked some descriptions
- removed cumpkins and other cum related vile junk
- removed mention of voracious hound stuff
- added gato employee badges
2023-12-11 22:37:37 +01:00
MrSky12 a9f71a34b2 Lavaland lower updates to the candy cave
Added area and light emitters
2023-11-18 18:55:14 +01:00
MrSky12 6ccac68b9d Revert "candy light enabled"
This reverts commit 9961c050c0.
2023-11-16 19:10:38 +01:00