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:
Fluffy
2024-10-25 17:56:02 +00:00
committed by GitHub
parent e8107c3170
commit d9c44532fc
146 changed files with 377 additions and 281 deletions
@@ -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."))