Files
CHOMPStation2/code
Leshana 715dbae590 Prevent duplicate components in contents of machines built in-game.
* Many machines create their default component parts in their constructor.   But machines made in game get the parts from the frame added to them.
* Existing code already partially handled this case by clearing out the component_parts list prior to adding the parts from the frame.  However the list was merely Cut(), leaving the parts still in the contents of the machine.   This bug was not easily visible, becuase there is no in-game way to get the parts back out.
* This fix improves the situation by explicitly deleting the parts instead of leaving them semi-orphaned.
2016-05-26 21:13:43 -04:00
..
2016-05-24 23:48:52 +01:00
2016-05-25 15:19:58 -04:00
2016-05-19 11:57:01 -04:00
2016-05-03 22:18:12 +01:00
2016-05-16 15:34:03 -04:00
2016-04-04 11:46:39 +03:00
2016-05-15 09:38:10 -04:00
2016-03-29 17:42:22 +03:00
2016-05-16 15:34:03 -04:00
2016-05-14 21:09:21 -04:00