makes always_reskinnable work again

This commit is contained in:
Detective Google
2020-08-21 15:03:51 -05:00
parent 0fbd27fcfb
commit 12e4c4c456
+1 -1
View File
@@ -315,7 +315,7 @@
return
/obj/proc/check_skinnable(/mob/M)
if(current_skin)
if(current_skin || !always_reskinnable)
return FALSE
return TRUE