Commit Graph
5098 Commits
Author SHA1 Message Date
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
evilewandGitHub 12b377da19 Merge pull request #139 from Alphas00/master
Variable name changes
2023-12-26 16:35:52 +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
evilewandGitHub e9dafc78d3 Merge pull request #138 from Alphas00/master
Changes to Fatness system, Fatness Hiding System added and Bluespace Belt
2023-12-26 15:28:25 +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
evilewandGitHub 02debf28b2 Merge pull request #136 from christiankabbalahexpert/hairgradients-fixed-(probably)
Hairgradients fixed (probably)
2023-12-24 13:29:33 +01:00
evilewandGitHub b9cb7b9286 Merge pull request #137 from geekygoblin/SQL-admin-import-fix
Correcting SQL Admin import script
2023-12-24 13:10:36 +01:00
christiankabbalahexpert 659490b5e4 burrito gatofication
what it says in the title
2023-12-24 16:18:08 +11:00
christiankabbalahexpert f7786dbf05 (Probably) fixes all the hair gradient runtimes
adds a single line of code from HS's version of species.dm
2023-12-24 16:18:08 +11: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
christiankabbalahexpert 94c03ebb8a Removed Werewolf-relevant Code (cleaning up)
werewolf was a very WIP gamemode in early hypercode, with missing sprites and todo files containing no code. all references to said gamemode have been removed.
2023-12-24 16:17:22 +11:00
christiankabbalahexpert 3aa7e17b00 Removed Hyperbot-relevant Code (cleaning up)
removed more deprecated code from hyperbot\, hyperstation\code\hyperbot, and a section from code\modules\admin\verbs\adminhelp.dm
2023-12-24 16:17:22 +11:00
christiankabbalahexpert e06b349bb2 Removed Lore Entries (cleaning up)
removed the kinaris lore entry files, seeing as they are deprecated
2023-12-24 16:17:22 +11:00
geekygoblinandGitHub d1664043b4 Correcting minor python warning
Python 3, at least, seems to whine about how it was done.

"SyntaxWarning: "is" with 'str' literal. Did you mean "=="?"

A really minor fix, but if it gets Python to shut up, I'm all for it.
2023-12-24 05:17:13 +00:00
evilewandGitHub af16947191 Merge pull request #135 from Krer-Grimpaw/master
Time to Build a Wall, a BORDER WALL
2023-12-23 23:27:01 +01:00
Krer-Grimpaw 8cb6a7d3ea Whoopsie, should add the discord URL to the denial prompt 2023-12-23 14:18:43 -08:00
Krer-Grimpaw 8330afa338 Time to Build a Wall, a BORDER WALL 2023-12-23 14:08:32 -08:00
evilew 956a807333 added Blubbery Bartender manuals on maps
excluded Delta. Cuz fuck Delta
2023-12-23 19:09:39 +01:00
evilewandGitHub 9e19b4de82 Merge pull request #134 from Alphas00/master
Hair gradients fix and Beltbuster use fixed
2023-12-23 16:04:17 +01:00
Alphas00andGitHub 800d6689fd Merge branch 'master' into master 2023-12-23 15:19:44 +01: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
evilew 55dd5d10ae small fixes
- added stuff for feederden botany
- small gato lore naming tweak
- engie hardsuits have slightly higher rad res
- small naming fix in fatty_drinks
- fixed a runtime with calorite tiles (also fixing calorite not popping up on scanners in xenoarch)
- couple more job titles related to med
2023-12-23 14:21:16 +01:00
evilewandGitHub 7032668443 Merge pull request #133 from Alphas00/master
Drinks and drinks datapad
2023-12-23 13:37:29 +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 057f8d9909 Merge branch 'master' of https://github.com/Alphas00/GS13 2023-12-20 21:55:39 +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
evilewandGitHub 0b2d9e41a3 Merge pull request #132 from Alphas00/master
Strong Legs high weight fix
2023-12-20 14:47:34 +01:00
Alphas00 d13881f125 Strong Legs high weight fix
Moved the min() function call to before the Strong Legs modifier is applied, if a character has it. This makes it so the trait has a tangible effect even at very high fatness, increasing its usefulness and making it a more worthwhile pick, while helping the roleplay of very fat characters who can still move relatively well, which is why the trait exists in the first place
2023-12-20 13:57:55 +01:00
MrSky12 16974c6b57 Replace chairs with benches in all stations' churches 2023-12-20 02:05:08 +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 587625f5a2 quick fix for feeder den
added missing plant disks and seed gen
2023-12-13 18:29:43 +01:00
evilew df7bbf79de small tweaks
- tried adding GATO badges to loadouts, might be borked though
- small mapping tweaks
2023-12-13 17:00:53 +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 1f210b1b73 Replaced gluttony ruin doors 2023-12-11 01:48:34 +01:00
evilew 683c1d4c80 small mapping fixes
- added more ATMs to station
- minor Xenoarch tweaks
- small candyland tweaks
- small feederden fixes
- oil is more fattening now
2023-11-30 13:50:35 +01:00
MrSky12 e835cc9fd6 Updated book sprites 2023-11-29 13:19:02 +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
MrSky12 966d50d433 Merge branch 'master' of https://github.com/KabKebab/GS13 2023-11-16 19:10:30 +01:00
MrSky12 fe4e0cd436 candy light enabled 2023-11-16 19:10:22 +01:00
MrSky12 9961c050c0 candy light enabled 2023-11-16 19:10:06 +01:00
evilew 0b9b353821 replaced lewd bounties
and also tweaked titty enhancer OD, it's like 50  now
2023-11-16 15:35:43 +01:00
MrSky12 286fa4b1f6 Turned candyfloor into grass
Should be having grass stepping sounds now
2023-11-14 21:28:59 +01:00
MrSky12 a304c1442e Candy decoration update
Added  candy lights and more colors to the peppermint candy flora
2023-11-14 21:28:35 +01:00
MrSky12 69c45f649a Lavaland Demone and lower updates
Added a candy light to lower and some edits to demone
2023-11-14 21:26:59 +01:00
evilew 4543d2eadf small fixes
- (hopefully) removed the abusable instagrab mechanic from macros. They had too many advantages already anyhow
- fixed prisoner management consoles on Meta
- small tweaks on feeder's den
2023-11-13 00:29:47 +01:00
MrSky12 cf43c9dcba Belch.ogg (Added Burp sounds and a gurgle sound, for now.) 2023-11-10 19:13:33 +01:00