Nanites port from /tg/station, original coder XDTM

This commit is contained in:
kevinz000
2018-08-23 01:08:43 -07:00
parent 071429a4d2
commit b99556c70f
107 changed files with 5805 additions and 3792 deletions
-7
View File
@@ -1,13 +1,6 @@
// see _DEFINES/is_helpers.dm for mob type checks
/mob/proc/isloyal() //Checks to see if the person contains a mindshield implant, then checks that the implant is actually inside of them
return 0
/mob/living/carbon/isloyal()
for(var/obj/item/implant/mindshield/L in implants)
return TRUE
/mob/proc/lowest_buckled_mob()
. = src
if(buckled && ismob(buckled))