Merge pull request #31074 from pubby/ninjaoutfit

Ninja outfit code cleanup
This commit is contained in:
oranges
2017-09-28 21:53:05 -05:00
committed by CitadelStationBot
parent d25894447e
commit a01540e39b
5 changed files with 30 additions and 36 deletions
+2 -2
View File
@@ -102,10 +102,10 @@
if(implants)
for(var/implant_type in implants)
var/obj/item/implant/I = new implant_type(H)
I.implant(H, null, silent=TRUE)
I.implant(H, null, TRUE)
H.update_body()
return 1
return TRUE
/datum/outfit/proc/apply_fingerprints(mob/living/carbon/human/H)
if(!istype(H))