Fixes bug with exosuits leaving an invisible mob after dismantling. (#8074)

This commit is contained in:
mikomyazaki
2020-01-23 13:25:13 +00:00
committed by Matt Atlas
parent 947e7fba7d
commit 672cde6668
2 changed files with 6 additions and 4 deletions

View File

@@ -84,10 +84,6 @@
if(remote_network)
SSvirtualreality.remove_mech(src, remote_network)
for(var/thing in hud_elements)
qdel(thing)
hud_elements.Cut()
hardpoint_hud_elements = null
hardpoints = null

View File

@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "Dismantling mech-suits will no longer produce a spooky invisible second mech-suit."