mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
[MIRROR] Fixes #62719, exploit that let players order crates marked as special. [MDB IGNORE] (#9390)
* Fixes #62719, exploit that let players order crates marked as special. (#62723) * Update orderconsole.dm * Update orderconsole.dm * Update budgetordering.dm * Fixes #62719, exploit that let players order crates marked as special. Co-authored-by: CocaColaTastesGood <47264839+CocaColaTastesGood@users.noreply.github.com>
This commit is contained in:
@@ -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