Skip to content

Commit

Permalink
autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 14, 2024
1 parent b74ae53 commit 7731c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/reagents/chemical_research/Chemical-Research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ GLOBAL_DATUM_INIT(chemical_data, /datum/chemical_data, new)
/datum/chemical_data
var/rsc_credits = 0
var/clearance_level = 1
var/credits_gained = 0 //credits gained from survivor clearance cards
///credits gained from survivor clearance cards
var/credits_gained = 0
var/clearance_x_access = FALSE
var/reached_x_access = FALSE
var/has_new_properties = FALSE
Expand Down

0 comments on commit 7731c06

Please sign in to comment.