hotfixes to cargopods

This commit is contained in:
Poojawa
2018-09-22 03:45:26 -05:00
parent 3c3a01bdc0
commit 2905299386
3 changed files with 9 additions and 17 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
var/DropPodOnly = FALSE//only usable by the Bluespace Drop Pod via the express cargo console
var/admin_spawned = FALSE
/datum/supply_pack/proc/generate(turf/T)
var/obj/structure/closet/crate/C = new crate_type(T)
/datum/supply_pack/proc/generate(atom/A)
var/obj/structure/closet/crate/C = new crate_type(A)
C.name = crate_name
if(access)
C.req_access = list(access)