Fixes #14457 - clothing becomes invisible when leaving a mech

This commit is contained in:
Kyep
2020-09-27 03:44:11 -07:00
parent 52e5fb2d9c
commit 3fb030a6f9
+4
View File
@@ -1269,6 +1269,10 @@
L.client.RemoveViewMod("mecha")
zoom_mode = FALSE
if(ishuman(L))
var/mob/living/carbon/human/H = L
H.regenerate_icons() // workaround for 14457
/obj/mecha/force_eject_occupant()
go_out()