fish-station/Content.Server/GameObjects/Components
SoulSloth dc77c399b9
Add 'Scan DNA' function to medical scanner (#1783)
* Add art assets for cloning

* Added a 'Scan DNA' button to the medical scanner

* Made the UI update unconditional for the medical scanner until checks for power changes are in place

* Update Medical scanner to reflect powered status and fix #1774

* added a 'scan dna' button the the medical scanner that will add the contained bodies Uid to a list in CloningSystem, fixed an issue with the menu not populating if the scanner starts in an unpowered state

* Add disabling logic to 'Scan DNA' button on medical scanner

* Removed un-used libraries

* changed scan dna button to Scan and Save DNA
2020-08-19 16:23:20 +02:00
..
Access Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Atmos Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
BarSign Power Rework (#863) 2020-06-28 17:23:26 +02:00
Body Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Buckle Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Cargo Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Chemistry Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Command Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Construction Refactor UpdateKinematics() and fix a lot of Content warnings (#1709) 2020-08-15 20:38:35 -07:00
Conveyor Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Damage Increase wall HP (#1713) 2020-08-18 18:00:36 +02:00
Disposal Disposal routing (#1710) 2020-08-19 15:50:06 +02:00
Doors Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Explosion Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Fluids Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Gravity Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
GUI Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Instruments Fix ghosts being able to play instruments to themselves (#1611) 2020-08-07 22:30:48 +02:00
Interactable Change cell that spawns with flashlights (#1781) 2020-08-18 19:33:24 +02:00
Items Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Kitchen Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Markers Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Medical Add 'Scan DNA' function to medical scanner (#1783) 2020-08-19 16:23:20 +02:00
Metabolism Disable suffocation damage temporarily 2020-08-19 15:54:45 +02:00
Mining Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Mobs Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Movement AI sleeping (#1708) 2020-08-18 15:14:55 +02:00
NodeContainer Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Nutrition Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Observer Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
Paper Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
PDA Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Pointing Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Power Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Projectiles Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Recycling Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Research Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
Rotatable Refactor UpdateKinematics() and fix a lot of Content warnings (#1709) 2020-08-15 20:38:35 -07:00
Sound Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Stack Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
StationEvents Station events (#1518) 2020-08-13 22:52:17 +02:00
Strap Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Suspicion Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Temperature Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Timing Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Trigger/TimerTrigger Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Utensil Add two-way serialization in ExposeData for some of the components that are missing it (#1451) 2020-07-23 01:46:09 +02:00
VendingMachines Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Weapon Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
AnchorableComponent.cs Fix anchorable doc 2020-08-18 14:40:58 +02:00
CatwalkComponent.cs Use automatic component registration. 2019-07-31 15:07:54 +02:00
ComputerComponent.cs Power Rework (#863) 2020-06-28 17:23:26 +02:00
DoAfterComponent.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
ListeningComponent.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
MagicMirrorComponent.cs Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
PlaceableSurfaceComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
PottedPlantHideComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
RadioComponent.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
RandomPottedPlantComponent.cs add complete strings that aren't defined in content files to allow them to be mapped (#1105) 2020-06-12 04:15:10 +02:00
RandomSpriteColorComponent.cs Commit (#1541) 2020-07-30 03:22:26 +02:00
StressTestMovementComponent.cs Adds movement stress test component. 2020-06-30 18:34:42 +02:00
WiresComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00