Commit Graph

2410 Commits

Author SHA1 Message Date
Verkister
0dcff8498b Earlyports all my current upstream open PRs
hngh it's been months
2021-10-22 17:11:58 +03:00
Verkister
a29f1fbbfb Update belly_obj_vr.dm 2021-10-16 01:01:17 +03:00
Verkister
62c344c680 Makes manual belly ghost release silent 2021-10-16 00:58:24 +03:00
Verkister
fab3e1df50 Fixes bellyghosts keeping digest modes busy
Prey ghost left in a belly no longer keeps the belly modes trying to process the "mob" in vain.
2021-10-16 00:54:52 +03:00
Verkister
fdc47f365e Makes digestion death keep the ghost in belly
The ghost is still just as free to release themselves by simply making a move with arrow key or other basic ghost maneuver, but this time they can also stay within the belly and maybe even be subjected to autotransfer or manual release at the pred's whim so on.
2021-10-14 17:57:23 +03:00
Verkister
9672004376 Update contaminate_vr.dm 2021-10-11 16:00:30 +03:00
Verkister
b00e9a5ad8 Update digest_act_vr.dm 2021-10-11 15:59:07 +03:00
Verkister
7fbc0033d0 Update digest_act_vr.dm
Fixes the damaged item descriptions erasing non-initial item names, such as loadout customizations, named PDAs, labeled things, cash wad values etc.
2021-10-08 14:33:22 +03:00
Verkister
46f0e3e947 Fixes old oxyloss jank
Fixes oxyloss compensation having been sloppily turned into a multiplier of the total nutrition gain as opposed to its original purpose as an addition. Also makes the digestion finisher bonus scale according to the mob's max health so dead mice don't end up being as filling as dead crew members.

Chomped earlyport of https://github.com/VOREStation/VOREStation/pull/11644
2021-10-01 21:46:19 +03:00
Casey
1f1897c5a2 Merge pull request #11632 from Verkister/patch-86
A couple vorepanel update fixes
2021-09-29 02:39:57 +00:00
Aronai Sieyes
d5789b15f5 Merge pull request #11620 from Verkister/patch-84
Makes belly overlays not apply on clientless mobs
2021-09-27 18:13:52 +00:00
Nadyr
26b0c0c340 Merge pull request #3031 from CHOMPStationBot/upstream-merge-11621
[MIRROR] Disables autoupdate on vorepanel tgui
2021-09-24 17:50:08 -04:00
Nadyr
a4a6fce4d2 Merge pull request #3022 from CHOMPStationBot/upstream-merge-11593
[MIRROR] PastelPrinceDan fluff item
2021-09-24 17:35:23 -04:00
Nadyr
3a17933a16 Merge pull request #3006 from CHOMPStationBot/upstream-merge-11253
[MIRROR] Makes sizegun sprite actually look like a size ray
2021-09-24 17:02:07 -04:00
Casey
4807c0b562 Merge pull request #11621 from Verkister/patch-85
Disables autoupdate on vorepanel tgui
2021-09-24 18:17:35 +00:00
Chompstation Bot
b2cbd3b06f PastelPrinceDan fluff item 2021-09-24 04:10:14 +00:00
Casey
acc155808b Merge pull request #11253 from Heroman3003/bettersizegun
Makes sizegun sprite actually look like a size ray
2021-09-24 03:40:51 +00:00
Casey
6273ad4b00 Merge pull request #11548 from Verkister/patch-81
Small eggmode fix
2021-09-24 03:38:27 +00:00
Verkister
d1e11c1f90 fixes the small autotransfer cap fix
Thinkmeat nightmode bad on workdays
2021-09-22 19:07:59 +03:00
Verkister
b4d28a11f2 Small fix for belly autotransfer caps
Fixes 1-capped setting breaking the thing.
2021-09-21 19:58:08 +03:00
Nadyr
d84d2dcbb1 Merge pull request #2981 from Verkister/patch-42
Fixes micro holder runtime
2021-09-20 18:28:14 -04:00
Verkister
514f931cf4 Fixes micro holder runtime
Fixes micro holder runtime where it tries to look for species on nonhuman mobs.
2021-09-19 15:12:40 +03:00
Verkister
41863122ec Update belly_obj_vr.dm 2021-09-19 10:44:56 +03:00
Verkister
dd01bddd8f Adds a couple more experimental autotransfer features
Makes it possible to set minimum and maximum number of things that can be autotransfered at once.
Currently experimental varedit setting only. Will need to wait for the vorepanel complexity fix update before these can have accessible UI buttons.
2021-09-18 21:22:28 +03:00
Razgriz
362caffe59 Merge pull request #2798 from Rykka-Stormheart/shep-dev-compile-errors
Misc DMLang/VSCode Compiler Fixes + Some Actual Compiler Fixes
2021-09-17 03:15:52 -07:00
Rykka
e622a208c4 Finishes the last of the error fixes
Fixes Integer precision loss in autotransfer.dm and types_ch.dm
Fixes operator overload in solargrub.dm
Fixes field access requires static type errors in vorepanel_vr.dm, kasscbuttons_ch.dm, and seed.dm
Fixes ambigious && in metroid_infestation.dm
2021-09-17 00:07:10 -07:00
Razgriz
91bdb4cb81 powder that makes you say yes 2021-09-16 03:58:54 -07:00
Razgriz
3d8d31b17d powder that makes you say yes 2021-09-16 03:36:17 -07:00
BlackMajor
82a698f4bb Why not lmao 2021-09-11 19:22:50 +12:00
Rykka
ed798113d9 Compiler Fixes
Fixes in order:
- Removes List of defines in misc_ch.dm that are no longer used - they're defined here for the casino prize dispenser, making these obsolete:
![](https://i.imgur.com/8iCsb98.png)

- Fixes relative pathing in mecha_parts_ch.dm
- Fixes relative pathing in bodybag.dm
- Fixes relative pathing in sahoc_ch.dm
- Fixes relative pathing in toys_yw.dm
- Fixes def_zone being defined when only the variable was needed in twohanded_ch.dm
- Fixes relative pathing in trash_pile_vr_ch.dm
- Fixes clip_mask being missing in misc_ch.dm
- Fixes relative pathing in tesh_synth_facemask.dm
- Fixes absolute path being indented in by one (typo?)
- Fixes relative pathing in armor_yw.dm
- Fixes unreachable parent call in audible_scream_ch.dm
- Fixes VERM_LIZARDS being undefined when it wasn't defined, as VERM_LIZARDMEN was the variable being defined + used in mutants.dm
- Removes two un-needed parent calls - these procs have no parent on /obj/structure - thecake_ch.dm
- Fixes invalid kword nano_state in protean_blob.dm
- Fixes relative pathing in drone_manufacturer_unify.dm
- Fixes relative pathing in synx.dm
- Removes arguments of drop_item that don't exist (port was from TG and had force_drop = 1 and src defined.) - vox.dm
- Added vision_required = TRUE to fix proc argument missing - bigdragon_ch.dm
- Added include_robo = TRUE to fix argument missing in demon_ch.dm
- Fixes relative pathing in rakshasa_abilities.dm
- Adds comment to solargrub.dm, unable to fix operator overload error yet.
- Fixes relative pathing in sprite_accessories_extra_ch.dm
- Fixes relative pathing in sprite_accessories_yw.dm
- Fixes relative pathing in phase.dm
- Fixes relative pathing in bluespacecoffee.dm
- Fixes relative pathing in other_ch.dm
- Fixes relative pathing and ambigious ! in living_ch.dm
- Fixes relative pathing in custom_clothes_yw.dm
- Fixes relative pathing in custom_rigs_yw.dm
- Fixes relative pathing in MadokaSpear.dm
- Comments out duplicate #includes in southern_cross.dm as vorestation.dme has them #include'd.
2021-09-03 17:22:49 -07:00
Razgriz
600f2f876f Merge pull request #2936 from Verkister/patch-35
Fixes wrong damage overlay on uncontaminable items
2021-08-30 22:11:00 -07:00
Verkister
76f178180a Fixes wrong damage overlay on uncontaminable items
Fixes partially digested uncontaminable items not getting the correct belly setting color for their damage overlay.
2021-08-30 14:56:16 +03:00
Verkister
f92bd891d6 Slightly lighter autotransfer system.
Had a big brainfart in the shower and figured the belly autotransfer mechanics could just count belly processing cycles instead of juggling around a crapload of active timers which may often end up orphaned anyway with churned/moved/released things. This system just makes the bellies tally up processing cycles on their contents and hits that transfer chance check when the number reaches the setting. Also made absorbed prey immune to autotransfer while at it. Also fixed the mechanic completely ignoring dropped stuff.
2021-08-29 22:56:57 +03:00
Darlantan
f9f8889991 cargo shorts and icon organizing 2021-08-29 01:46:06 -04:00
Chompstation Bot
796566d161 Fixes shoe stuffing/Handles mob when shoes are destroyed/digested 2021-08-26 16:51:55 +00:00
Aronai Sieyes
8c2733f4b4 Upstream-11424 2021-08-24 21:10:32 -07:00
Nadyr
56e837508c Merge pull request #2847 from CHOMPStationBot/upstream-merge-11455
[MIRROR] Adds missing Idle Messages for all stomach modes in vore panel
2021-08-24 23:10:45 -04:00
Nadyr
bdf7cff223 Merge pull request #2842 from CHOMPStationBot/upstream-merge-11469
[MIRROR] Port some more clothes from CitRP + updates 'off' sprite for mesons & co to match new style.
2021-08-24 21:24:13 -04:00
Chompstation Bot
8377e832e3 Adds missing Idle Messages for all stomach modes in vore panel 2021-08-24 23:59:09 +00:00
Chompstation Bot
6f129e8dc2 Port some more clothes from CitRP + updates 'off' sprite for mesons & co to match new style. 2021-08-24 23:58:34 +00:00
Nadyr
b2e7629998 Merge pull request #2833 from SxyDino/Dino-Belly-Tweak
Reduced liquid production cost, No more Starving 24/7
2021-08-24 19:27:39 -04:00
Verkister
fa1baaf034 Update living_vr.dm 2021-08-24 13:05:45 +03:00
Verkister
7526c2139e Fixes vorepanel hud button bypassing belly loading
Makes the button actually hit the vorepanel verb instead of just hitting tgui refresh on a never-opened panel
2021-08-24 12:56:30 +03:00
SHADOW\ShadowElite
3b34c86c7a No more Starving 24/7 2021-08-23 23:14:08 +01:00
Nadyr
9fa44f50ce Merge pull request #2829 from Verkister/churnstages
Adds damage descriptions and effects to partially digested stuff
2021-08-22 04:15:11 -04:00
Nadyr
ddf3f34dbe Merge pull request #2819 from Raeschen/teshari_inhand_fix
Brings back teshari in-hand sprites
2021-08-22 04:11:38 -04:00
Verkister
086d1a04a7 this would work better 2021-08-22 01:58:29 +03:00
Verkister
7ea142e49b test compiles for 1-line slipups are for daytime thinkmeat weh 2021-08-22 01:50:34 +03:00
Verkister
69887fceae Makes contamination still apply overlays on worn items for the prey to notice 2021-08-22 01:42:06 +03:00
Verkister
4903c0b46d Adds damage descriptions and effects to partially digested stuff
-Adds 4 stages of unwashable descriptions and overlays to indicate the "health" of partially digested items.
-Also optimizes some stuff by moving damage and contamination overlays to only be applied on items upon vorgan release without slapping any of them on stuff that won't be coming out.
2021-08-22 01:27:38 +03:00