Research Examines!

Science Goggles and the Prototype Hardsuit Helmet may now scan items for
their research potential and machines for their contents.

Examine an item to gain additional data.
- Tech levels
- Materials that can be salvaged from it if recycled
- Reliability rating
- Crit failure, if present.

Examine a machine to learn the components used to build it.
This commit is contained in:
GunHog
2015-10-07 13:45:51 -05:00
parent 4697cdb1df
commit 4a5caf968a
5 changed files with 56 additions and 7 deletions
+2
View File
@@ -93,6 +93,8 @@
var/datum/hud/hud_used = null
var/research_scanner = 0 //For research scanner equipped mobs. Enable to show research data when examining.
var/list/grabbed_by = list( )
var/list/requests = list( )