mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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( )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user