mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Have you bingled that (#10545)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
057fffd669
commit
16a213f699
@@ -1036,18 +1036,18 @@ Turf and target are seperate in case you want to teleport some distance from a t
|
||||
|
||||
|
||||
/proc/parse_zone(zone)
|
||||
if(zone == "r_hand") return "right hand"
|
||||
else if (zone == "l_hand") return "left hand"
|
||||
else if (zone == "l_arm") return "left arm"
|
||||
else if (zone == "r_arm") return "right arm"
|
||||
else if (zone == "l_leg") return "left leg"
|
||||
else if (zone == "r_leg") return "right leg"
|
||||
else if (zone == "l_foot") return "left foot"
|
||||
else if (zone == "r_foot") return "right foot"
|
||||
else if (zone == "l_hand") return "left hand"
|
||||
else if (zone == "r_hand") return "right hand"
|
||||
else if (zone == "l_foot") return "left foot"
|
||||
else if (zone == "r_foot") return "right foot"
|
||||
if(zone == BP_R_HAND) return "right hand"
|
||||
else if (zone == BP_L_HAND) return "left hand"
|
||||
else if (zone == BP_L_ARM) return "left arm"
|
||||
else if (zone == BP_R_ARM) return "right arm"
|
||||
else if (zone == BP_L_LEG) return "left leg"
|
||||
else if (zone == BP_R_LEG) return "right leg"
|
||||
else if (zone == BP_L_FOOT) return "left foot"
|
||||
else if (zone == BP_R_FOOT) return "right foot"
|
||||
else if (zone == BP_L_HAND) return "left hand"
|
||||
else if (zone == BP_R_HAND) return "right hand"
|
||||
else if (zone == BP_L_FOOT) return "left foot"
|
||||
else if (zone == BP_R_FOOT) return "right foot"
|
||||
else return zone
|
||||
|
||||
/proc/get(atom/loc, type)
|
||||
|
||||
Reference in New Issue
Block a user