Skip to content

Commit

Permalink
hugbox
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 5, 2024
1 parent a26c0a4 commit bb7ce6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/computer/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
if("broker_clearance")
if(!photocopier)
return
if(!SSobjectives.first_drop_complete)
visible_message(SPAN_NOTICE("Clearance access increase denied, first deployment necessary for purchase."))
return
if(GLOB.chemical_data.clearance_level < 5)
var/cost = max(RESEARCH_LEVEL_INCREASE_MULTIPLIER*(GLOB.chemical_data.clearance_level + 1), 1)
if(cost <= GLOB.chemical_data.rsc_credits)
Expand Down

0 comments on commit bb7ce6f

Please sign in to comment.