mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes #4447 - Added a parent call to each wardrobe subtypes New() proc. Wardrobes weren't calling obj/structure/closet/New(), so weren't adding items in the same location to their contents when first created. - Removed wardrobe/New() proc. So all subtypes don't inherit an extra set of blue uniforms and brown shoes. Only one wardrobe on the map is of this type, and it's on the derelict, so didn't think it was worth making a map change.