mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
global_lists_vr.dm - Removes generic 'suit' which included basically any outerwear, and the invisible magical storage/internal storage/internal.dm - Don't name the storage inside suits the same as the suit. It causes weird name-alignment problems where if you delete the suit it might just delete the internal storage, or the other way around. Dreaming.dm - Added some vorish stuff I made up. belly_vr.dm - Fixes for digesting items and how that works, and how to prevent them from showing up on the HUD. Also fixes IDs falling onto the floor (among other things). living_vr.dm - Just in case, adds null-entry cleanup to belly cleanup proc. bellymodes_vr.dm - Removes previous null-item hotfix. vorepanel_vr.dm - Adds zero-width space to make items in belly wrap and not look horrible. skim.dmf - Adds Y hotkey for whisper, and 6 hotkey for subtle. Closes #455 Closes #443 Closes #239