From 6803c8a053ddbf569a7981333db8c5fba05e3975 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:24:47 +0100 Subject: [PATCH] Fixes tapes being invisible (#95193) ## About The Pull Request Closes #95189 ## Changelog :cl: fix: Fixed tapes being invisible /:cl: --- code/game/objects/items/stacks/tape.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/tape.dm b/code/game/objects/items/stacks/tape.dm index c219f1d8bd3..8c8e3f7ebdb 100644 --- a/code/game/objects/items/stacks/tape.dm +++ b/code/game/objects/items/stacks/tape.dm @@ -5,6 +5,7 @@ icon = 'icons/map_icons/items/_item.dmi' icon_state = "/obj/item/stack/medical/wrap/sticky_tape" post_init_icon_state = "tape" + novariants = TRUE item_flags = NOBLUDGEON amount = 5 max_amount = 5