diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm
index ed7da695b67..5f07260ad04 100644
--- a/code/game/gamemodes/nuclear/nuclearbomb.dm
+++ b/code/game/gamemodes/nuclear/nuclearbomb.dm
@@ -166,6 +166,8 @@ GLOBAL_VAR(bomb_set)
user.visible_message("[user] puts [O] back in [src].", "You put [O] back in [src].")
O.forceMove(src)
core = O
+ update_icon(UPDATE_OVERLAYS)
+ return
else if(istype(O, /obj/item/disk/plantgene))
to_chat(user, "You try to plant the disk, but despite rooting around, it won't fit! After you branch out to read the instructions, you find out where the problem stems from. You've been bamboo-zled, this isn't a nuclear disk at all!")