mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Fixes Stray Cargo Pod event runtime [MDB IGNORE] (#15359)
* Fixes Stray Cargo Pod event runtime (#68721) * Fixes Stray Cargo Pod event runtime * warning * Update code/modules/cargo/packs.dm * Update code/modules/cargo/packs.dm * Fixes Stray Cargo Pod event runtime Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -52,8 +52,9 @@
|
||||
pack_type = pick(stray_spawnable_supply_packs)
|
||||
var/datum/supply_pack/SP = new pack_type
|
||||
var/obj/structure/closet/crate/crate = SP.generate(null)
|
||||
crate.locked = FALSE //Unlock secure crates
|
||||
crate.update_appearance()
|
||||
if(crate) //empty supply packs are a thing! get memed on.
|
||||
crate.locked = FALSE //Unlock secure crates
|
||||
crate.update_appearance()
|
||||
var/obj/structure/closet/supplypod/pod = make_pod()
|
||||
new /obj/effect/pod_landingzone(LZ, pod, crate)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user