mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user