mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +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
|
||||
|
||||
5
html/changelogs/cycletargetzone.yml
Normal file
5
html/changelogs/cycletargetzone.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
author: Sparky_hotdog
|
||||
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added a client verb to cycle through target zones, which can be macro'd to whichever key you like."
|
||||
Reference in New Issue
Block a user