Cycle target zone verb (#16746)

Title.

cycle-zone can be macro'd to any key to switch between the major target zones (all excluding eyes and mouth).
This commit is contained in:
Sparky
2023-07-23 19:17:59 +01:00
committed by GitHub
parent 8548bf3210
commit 2ed5110857
2 changed files with 10 additions and 0 deletions

View File

@@ -1378,6 +1378,11 @@
set hidden = 1
toggle_zone_sel(list(BP_L_LEG,BP_L_FOOT))
/client/verb/cycle_target_zone()
set name = "cycle-zone"
set hidden = 1
toggle_zone_sel(BP_ALL_LIMBS)
/client/proc/toggle_zone_sel(list/zones)
if(!check_has_body_select())
return