Welders and cable coil now automatically repair the targeted robotic limb. (#8246)

This commit is contained in:
Matt Atlas
2020-02-18 15:54:27 +01:00
committed by GitHub
parent 0f70e0b69b
commit 7e10f31776
16 changed files with 263 additions and 224 deletions
-5
View File
@@ -162,9 +162,6 @@ proc/isdeaf(A)
return (M.sdisabilities & DEAF) || M.ear_deaf
return 0
proc/hasorgans(A) // Fucking really??
return ishuman(A)
proc/iscuffed(A)
if(istype(A, /mob/living/carbon))
var/mob/living/carbon/C = A
@@ -186,11 +183,9 @@ proc/getsensorlevel(A)
return U.sensor_mode
return SUIT_SENSOR_OFF
/proc/is_admin(var/mob/user)
return check_rights(R_ADMIN, 0, user) != 0
/proc/hsl2rgb(h, s, l)
return //TODO: Implement