Cargo Techs now have the same power as the Quartermaster to approve crates at the supply console (#19793)

* change qm -> ct

* rebuild TGUI

* rebuilds TGUI

* qm -> ct

* fixes comments and other var names
This commit is contained in:
Sirryan2002
2022-12-29 12:05:11 -05:00
committed by GitHub
parent 7d6da68300
commit 7be765d5ef
6 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ SUBSYSTEM_DEF(economy)
request_list += order //submit a request but do not finalize it
return TRUE
if(order.requires_head_approval || order.requires_qm_approval)
if(order.requires_head_approval || order.requires_cargo_approval)
return TRUE
//if purchaser has already paid it means it's fully approved, finalize order