mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user