techcompliant / TC

8 stars 0 forks source link

Picking up the HWTest floppy and dropping it again causes the floppy to lose its name #104

Closed sctjkc01 closed 7 years ago

sctjkc01 commented 7 years ago

While I don't know if the contents get lost as well because we can't insert the floppy into the computers (#60), picking up the floppy spawned in the initial room and dropping it again causes the floppy to lose its label, giving the object a use tooltip of "Use Floppy-5".

paultech commented 7 years ago

This is now fixed. All floppies inherit from a common base class, the base class was being used when dropping the item. This is now fixed and drop will create a copy of the top most class in the chain!