mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
* Update orderconsole.dm * Update orderconsole.dm * Update budgetordering.dm
This commit is contained in:
committed by
GitHub
parent
cbf55b34b2
commit
31cf6cb6be
@@ -190,7 +190,7 @@
|
||||
var/datum/supply_pack/pack = SSshuttle.supply_packs[id]
|
||||
if(!istype(pack))
|
||||
return
|
||||
if((pack.hidden && (pack.contraband && !contraband) || pack.DropPodOnly))
|
||||
if(pack.hidden || pack.contraband || pack.DropPodOnly || (pack.special && !pack.special_enabled))
|
||||
return
|
||||
|
||||
var/name = "*None Provided*"
|
||||
|
||||
Reference in New Issue
Block a user