mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Refactored directionals (#20082)
Refactored directionals, ported lists of directions from TG, got rid of useless proc to get the reverse direction.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
if(target_zone == BP_R_LEG || target_zone == BP_L_LEG)
|
||||
to_chat(user, SPAN_NOTICE("You move \the [src]'s legs around."))
|
||||
if(H.canmove && !H.restrained() && !(istype(H.loc, /turf/space)))
|
||||
step(H, pick(GLOB.cardinal))
|
||||
step(H, pick(GLOB.cardinals))
|
||||
|
||||
if(target_zone == BP_L_HAND || target_zone == BP_L_ARM)
|
||||
to_chat(user, SPAN_NOTICE("You twist \the [src]'s left arm."))
|
||||
|
||||
Reference in New Issue
Block a user