mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
This fixes a bunch of things so here's each file change and why:
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
This commit is contained in:
+6
-2
@@ -575,6 +575,10 @@ macro "hotkeymode"
|
||||
name = "5"
|
||||
command = ".me"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "6"
|
||||
command = "subtle"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "A+REP"
|
||||
command = ".west"
|
||||
@@ -677,11 +681,11 @@ macro "hotkeymode"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "Y"
|
||||
command = "Activate-Held-Object"
|
||||
command = "whisper"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+Y"
|
||||
command = "Activate-Held-Object"
|
||||
command = "whisper"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "Z"
|
||||
|
||||
Reference in New Issue
Block a user