mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Fix item path on random-colored tapes
This commit is contained in:
parent
811f51b6c5
commit
5d151a5211
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue