mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes #14457 - clothing becomes invisible when leaving a mech
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user