Merge pull request #31074 from pubby/ninjaoutfit
Ninja outfit code cleanup
This commit is contained in:
committed by
CitadelStationBot
parent
d25894447e
commit
a01540e39b
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user