diff --git a/code/modules/overmap/ships/ship_vr.dm b/code/modules/overmap/ships/ship_vr.dm
index 24655e952a1..aeb4f79a797 100644
--- a/code/modules/overmap/ships/ship_vr.dm
+++ b/code/modules/overmap/ships/ship_vr.dm
@@ -17,6 +17,7 @@
L.visible_message("[L] is trying to stuff \the [src] into [L.gender == MALE ? "his" : L.gender == FEMALE ? "her" : "their"] [bellychoice]!","You begin putting \the [src] into your [bellychoice]!")
if(do_after(L, 5 SECONDS, src, exclusive = TASK_ALL_EXCLUSIVE))
forceMove(bellychoice)
+ SSskybox.rebuild_skyboxes(map_z)
L.visible_message("[L] eats a spaceship! This is totally normal.","You eat the the spaceship! Yum, metal.")
/obj/effect/overmap/visitable/ship/hear_talk(mob/talker, list/message_pieces, verb)