mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Follow-up to the Centcomm Orders rework, fixes and polish (#27863)
* cleanup * wage rework * per unit order contribution fix * tweaking * smol announcement * seriously id/admin was never meant to have any subtype, fuck that noise
This commit is contained in:
@@ -354,7 +354,7 @@ var/datum/subsystem/supply_shuttle/SSsupply_shuttle
|
||||
var/info = {"<h3>Central Command supply requisition form</h3<><hr>
|
||||
INDEX: #[C.id]<br>
|
||||
REQUESTED BY: [C.name]<br>
|
||||
MUST BE IN CRATE: [C.must_be_in_crate ? "YES" : "NO"]<br>
|
||||
MUST BE IN CRATE(S): [C.must_be_in_crate ? "YES" : "NO"]<br>
|
||||
REQUESTED ITEMS:<br>
|
||||
[C.getRequestsByName(1)]
|
||||
WORTH: [C.worth] credits TO [C.acct_by_string]
|
||||
|
||||
Reference in New Issue
Block a user