discordia-space / CEV-Eris

Death is our destination
https://discord.gg/QfEg7K7
Other
152 stars 497 forks source link

Moebius Plaques do not show up #6903

Closed ValoTheValo closed 2 years ago

ValoTheValo commented 2 years ago

the moebius plaques in med bay lobby and R&D lockers don't actually appear on the server. despite being mapped in

greenteaguzzler commented 2 years ago

Applies to all floor decals image image

Kurgis commented 2 years ago

This appears to only affect floor decals on round-start, applying floor decals works normally until update_neighbors is called, where they will then disappear again. So these decals are being applied, and then when the proc to update neighboring tiles goes off they just vanish.

For reference: https://github.com/discordia-space/CEV-Eris/blob/master/code/game/turfs/simulated/floor_icon.dm#L113 https://github.com/AlexMorgan3817/CEV-Eris/blob/master/code/game/turfs/flooring/flooring_decals.dm