mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Fix departmental order consoles not being able to order gas canisters (#21574)
fix: gas canisters from department order
This commit is contained in:
@@ -117,7 +117,8 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list(
|
||||
return
|
||||
|
||||
. = TRUE
|
||||
var/id = text2path(params["id"])
|
||||
var/id = params["id"]
|
||||
id = text2path(id) || id
|
||||
var/datum/supply_pack/pack = SSshuttle.supply_packs[id]
|
||||
if(!pack)
|
||||
say("Something went wrong!")
|
||||
|
||||
Reference in New Issue
Block a user