Commit Graph
4967 Commits
Author SHA1 Message Date
GDLWandGitHub 1bdbf966a7 Merge pull request #116 from surftheseawing/sprites
Adjust sprite ranges in char setup
2023-05-24 12:14:04 +02:00
psq95 653b33c6bf Adjust sprite ranges in char setup
Belly: 1-12 -> 1-10
Butt: 0-5 -> 1-10

Butt actually has an extra sprite (11) but I think 1-10 for both is better for consistency.
2023-05-22 22:25:54 +01:00
GDLWandGitHub fde238f4d2 Merge pull request #115 from KabKebab/big_fat_tail
ported fat naga tails from Vorestation
2023-05-22 13:29:21 +02:00
GDLW 90fcd7f921 ported fat naga tails
from Vorestation: https://github.com/VOREStation/VOREStation/pull/14745
2023-05-22 13:27:52 +02:00
GDLWandGitHub 37e95514d8 Merge pull request #113 from surftheseawing/ssd
Do not poke data_core if SSD
2023-05-19 22:23:36 +02:00
GDLWandGitHub 6ef1dd3c79 Merge pull request #114 from surftheseawing/null_checks
Add null checks to pipes.dm
2023-05-19 22:23:26 +02:00
psq95 fd2a83b88b Do not poke data_core if SSD 2023-05-16 20:01:50 +01:00
psq95 4c7b8c9f64 Add null checks to pipes.dm 2023-05-16 19:50:47 +01:00
GDLW 5d5d41407d nutritech name fix + fatoray nerf
returned the fatoray cannon back to 3-shot charge, fixed nutritech research nodes (their names were swapped)
2023-05-15 12:25:47 +02:00
GDLWandGitHub dbd3700772 Merge pull request #112 from surftheseawing/null_checks
Null checks
2023-05-14 11:53:03 +02:00
psq95 5840c8ab99 Add null checks to client prefs checks
client.prefs. -> client?.prefs?.
2023-05-13 23:53:47 +01:00
psq95 dfeb85bfa4 Add null checks 2023-05-13 23:50:13 +01:00
psq95 b0d6c82c79 Add procs to handle fatness
Fix bug where belly would not change without butt enabled
2023-05-13 23:49:50 +01:00
GDLW 08fc619765 Merge branch 'master' of https://github.com/KabKebab/GS13 2023-05-13 21:19:04 +02:00
GDLW 024b7b9503 fixed calorite doors spawning statues
yup. oops
2023-05-13 20:42:54 +02:00
GDLWandGitHub 233aacdb9d Merge pull request #111 from surftheseawing/master
Fix calorite golem
2023-05-13 17:08:17 +02:00
psq95 93443960ae Fix calorite golem
Remove BLESSED foodtype.
Add blessed flag.
Use blessed flag instead of foodtype.
2023-05-13 15:51:26 +01:00
GDLWandGitHub 71366c38c5 Merge pull request #110 from KabKebab/fatlab
fattening lab - CC level
2023-05-13 16:49:56 +02:00
GDLW 5b2f2a367c small fixes
- fixed the gs13 chem beaker presets
- fixed some small errors in fatlab cc area
- added an area code for fatlab
2023-05-13 15:42:15 +02:00
GDLW b01aa3b423 fatlab added (untested ver)
should be pretty much everything honestly, just needs more testing. I'll do a better description on what purpose this servers some other time
2023-05-12 21:24:59 +02:00
GDLW de42a51f60 fixed typos in nutri turbo
that's about it
2023-05-12 11:16:29 +02:00
GDLWandGitHub 6fb44939b0 Merge pull request #108 from GDLW24/random_junk
lipolicide tolerance + small fixes
2023-05-12 10:58:00 +02:00
GDLW 31e0a00f9d turbo nutripump, lore notes and minor junk
- calorite research facility has lore notes (plus I added in a lil extra details or items here and there)
- added in the Nutriment Pump TURBO: it will permanently produce a tiny bit of nutriment, slowly fattening whoever has it implanted. It can be made via Nutri-Tech Tools research tree
- feeder's den has fattening turrets now, a beaker of lipoifier and 2 turbo nutripump autosurgeons
- some code cleaning
- added nutripump implant to the uplink
- small tweaks (fixed typos, changed names)
2023-05-11 22:25:07 +02:00
GDLW a9ca3bebb4 lipolicide tolerance + small fixes
- added new lipolicide tolerance
- fixed missing sound in the chocoslime
- fixed unused variable in respawn mechanic
- nerfed lipolicide: it metabolizes a little more quickly, and it's twice less powerful (also delicately raised OD threshold, so you can have 100u of it in the organism)
- commented and categorized some of the GS quirks
- fixed some doors in CC
2023-05-11 18:12:21 +02:00
MrSky12 2781a6589c Choco fix for now until somebody makes a sound for it. 2023-05-11 17:29:09 +02:00
GDLWandGitHub b90c4cdc65 Merge pull request #107 from eyespy2222/Eyecode1
Eyecode1
2023-05-11 16:46:03 +02:00
eyespy f3bc175825 Update chocoslime.dm 2023-05-12 00:32:07 +10:00
eyespy 0b351c1e9e Revert "chocolate slimes no longer hurt you"
This reverts commit 81b5e7bcd0.
2023-05-12 00:29:46 +10:00
eyespy 81b5e7bcd0 chocolate slimes no longer hurt you
what it says on the tin. this just makes the damage chocolate slimes do when they attack you really small, as if it basically never hit you in the first place
2023-05-12 00:22:30 +10:00
MrSky12 734b7b9319 Nerfed chocoslime's hp and gave them more feeding. 2023-05-09 21:30:57 +02:00
MrSky12 c7b0e7817f Updated the areas for lavalegion
changed from unexplored to explored
2023-05-09 20:38:23 +02:00
MrSky12 e16619481a Added candy grass 2023-05-09 17:28:35 +02:00
MrSky12andGitHub ba2b459924 Merge pull request #106 from GDLW24/random_junk
calorite doors, blueberry gum, respawn limits got nuked
2023-05-09 16:26:40 +02:00
GDLW e6679878b3 respawn limit removed
you can now respawn as the same character
2023-05-09 16:03:21 +02:00
GDLW f91cd25b64 blueberry gum
added a chem, vendor item and trash variant for the item. Also reorganized some files. The blueberry chem does nothing more than recoloring the player, that's it
2023-05-09 15:34:54 +02:00
GDLW 1844b6b55c calorite doooors
tl;dr fatasses will get stuck in them and get even fatter (wow!) (thank you surftheseawing (Carreg) for mega help with the code)
2023-05-09 14:53:54 +02:00
GDLW 03c84d6bd9 calorite doors
tl;dr the fatter you are, the longer you get stuck and the more you fatten (thank you surftheseawing for immense help with the code)
2023-05-09 13:55:22 +02:00
GDLWandGitHub ae4b10d974 Merge branch 'KabKebab:master' into random_junk 2023-05-09 13:25:04 +02:00
GDLWandGitHub 6cf8dd00cb Merge pull request #105 from GDLW24/fix_bundle
fattening turrets, small tweaks
2023-05-09 13:08:28 +02:00
GDLW 1ed9590f0b more small fixes + fattening turrets
- added sprites for  mining cards and gluttony wand (thanks Cubic for art)
- added in crushed cans for fizzwiz/soothseltz drinks
- changed up extilphite's recipe, now it uses hydrogen instead of sodium
- removed diamond pickaxe from the loot pool
- added shutters to feeder's den
- added fattening turrets (normal and strong)
2023-05-07 22:47:48 +02:00
GDLW 7ecba8432f snackstore fix + feeder den shutters
fixed snackstore area power + added shutters to feeder's den
2023-05-07 20:41:06 +02:00
MrSky12andGitHub 188b3e3ec8 Merge pull request #104 from surftheseawing/ssd
Add status to crew manifest
2023-05-07 20:29:30 +02:00
GDLW bd79e6539c fixed a bit of CC coloring
changed yellowish themes to pinkish themes (to fit the GATO theme)
2023-05-07 17:55:52 +02:00
GDLWandGitHub d0f1737fb4 Merge pull request #103 from Fed09022/Weak-Legs
Fixes to weak legs
2023-05-07 17:48:38 +02:00
psq95 ee93a20306 Add status to crew manifest
Allow new players to see how many existing players are actually active
2023-05-07 15:44:09 +01:00
Fed09022 2995003304 Fixes to weak legs 2023-05-06 19:20:19 -07:00
MrSky12andGitHub 8466124fe8 Merge pull request #102 from eyespy2222/Eyecode1
Chocolate slimes!
2023-05-04 19:52:34 +02:00
eyespy f8a4de2823 Chocolate slimes!
Adds chocolate slimes that give nutriment to people when they hit them (if they have the pref for weapon based weight gain on)
2023-05-04 18:34:16 +10:00
MrSky12andGitHub 057162ef36 Merge pull request #101 from GDLW24/map_fixes
beach map + recreation area on Meta
2023-05-03 14:28:55 +02:00
MrSky12andGitHub 8bc7f72b58 Merge pull request #100 from eyespy2222/Eyecode1
Calo-RIGHT!
2023-05-02 23:18:22 +02:00