Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 287b256

Browse files
authored
station goals paper (#22739)
1 parent 3d1b6ae commit 287b256

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/controllers/subsystem

1 file changed

+1
-1
lines changed

yogstation/code/controllers/subsystem/yogs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SUBSYSTEM_DEF(Yogs)
9090
if(istype(C, /obj/machinery/computer/card/minor/ce))
9191
account = ACCOUNT_ENG
9292

93-
else if(istype(C, /obj/machinery/computer/cargo))
93+
else if(istype(C, /obj/machinery/computer/cargo) && !istype(C, /obj/machinery/computer/cargo/request))
9494
account = ACCOUNT_CAR
9595

9696
else if(istype(C, /obj/machinery/computer/card/minor/cmo))

0 commit comments

Comments
 (0)