space-station-14 icon indicating copy to clipboard operation
space-station-14 copied to clipboard

Mr.Chang vending machine wrong texture

Open Emisse opened this issue 2 years ago • 5 comments

its showing up as a shady cig machine instead of mr.chang texture

Emisse avatar Aug 06 '22 17:08 Emisse

this needs attention

thekaio123 avatar Aug 14 '22 18:08 thekaio123

i have not a goddamn clue how this happened. I looked into it and it's some wizard shit.

EmoGarbage404 avatar Aug 15 '22 00:08 EmoGarbage404

The reason for this actually pretty simple. If you look in chang.yml, the inventory prototype for the vending machine, it's currently set to spriteName: cigs. The vending machine inventory prototypes override the sprite of the vending machine that way. To fix this immediately you'd just change that to spriteName: changs, but it's fixed in my vending machine cleanup PR as well because I removed that override mechanism from the inventory prototypes entirely. It's never actually used in any meaningful way and only leads to weird inconsistent behavior like this.

DoctorBeard avatar Aug 15 '22 09:08 DoctorBeard

i have not a goddamn clue how this happened. I looked into it and it's some wizard shit.

Yeah it seems to be a new issue because it used to work. I noticed it yesterday.

Peptide90 avatar Aug 15 '22 10:08 Peptide90

Yeah it seems to be a new issue because it used to work. I noticed it yesterday.

From the looks of it chang.yml had the wrong spriteName configured ever since it was added but the vending machine visualizer was updated to actually do the sprite replacing a little under a month ago. That'll be when this started happening.

DoctorBeard avatar Aug 15 '22 12:08 DoctorBeard