mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
kills cargo imports (#5491)
## About The Pull Request kills cargo imports with no mercy, moves it into goodies with newly-added subcategories also adds a persi only agent ID single pack per request also also tarkon and persi can buy private packs via id money ## Why It's Good For The Game ugly UI that doesn't work for other factions and needs hacks to work with cargo ui is not great ## Proof Of Testing <summary>Screenshots/Videos</summary> <img width="1268" height="1124" alt="image" src="https://github.com/user-attachments/assets/fd3d9a58-ea0b-4242-88d2-b6123a214c72" /> ## Changelog 🆑 add: cargo imports moved into it's own category with a brand subcategory system, and orderable without a private account (god why did i do this) add: persistence only agent ID single pack add: persistence and tarkon can now buy stuff via ids directly add: captain access can always unlock departmental orders fix: persistence and persistence cargo consoles sending cargo pods to the station if cargo bay is selected del: entire cargo company imports system /🆑
This commit is contained in:
@@ -156,10 +156,6 @@ SUBSYSTEM_DEF(shuttle)
|
||||
while(length(pack_processing))
|
||||
var/datum/supply_pack/pack = pack_processing[length(pack_processing)]
|
||||
pack_processing.len--
|
||||
//SKYRAT EDIT START
|
||||
if(pack == /datum/supply_pack/armament)
|
||||
continue
|
||||
//SKYRAT EDIT END
|
||||
|
||||
if(ispath(pack, /datum/supply_pack))
|
||||
pack = new pack
|
||||
|
||||
Reference in New Issue
Block a user