mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 13:45:25 +01:00
b37f1c33a9
There was an oversight with one of the explorer drone trader events who wants /obj/item/clothing/suit/armor (base armor path) which currently doesn't have its own name so it gets referred to by the inherited name from /obj/item/clothing/suit in game. I've given it the proper generic name "armor" so this sort of thing won't happen in the future. Ran into a player doing explorer drone who tried using different types of clothing because the trader asked for "suit" and not even the admins online knew what it meant. This will clear things up and stop similar confusion in the event any code needs to refer to the base armor path by name.