Fix item path on random-colored tapes

This commit is contained in:
Tad Hardesty 2019-11-23 14:33:40 -08:00
parent 811f51b6c5
commit 5d151a5211

View file

@ -144,7 +144,7 @@ impl RenderPass for Random {
if atom.istype("/obj/item/lipstick/random/") {
sprite.icon_state = "lipstick";
// random color is not outwardly visible
} else if atom.istype("/obj/item/device/tape/random/") {
} else if atom.istype("/obj/item/tape/random/") {
sprite.icon_state = [
"tape_white",
"tape_blue",