[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:
CHOMPStation2StaffMirrorBot
2025-03-29 14:12:53 -07:00
committed by GitHub
parent 057fffd669
commit 16a213f699
386 changed files with 5637 additions and 1162 deletions

View File

@@ -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)