mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
@@ -68,7 +68,7 @@
|
||||
possible_species = list(SPECIES_HUMAN,SPECIES_SKRELL, SPECIES_SKRELL_AXIORI,SPECIES_UNATHI)
|
||||
|
||||
/datum/ghostspawner/human/rescuepodsurv/select_spawnlocation(var/use=TRUE)
|
||||
var/list/possible_areas = list(/area/exoplanet/barren/asteroid)
|
||||
var/list/possible_areas = list(/area/exoplanet/barren/asteroid)
|
||||
var/turf/T = pick_area_turf(pick(possible_areas))
|
||||
if(!use) //If we are just checking if we can get one, return the turf we found
|
||||
return T
|
||||
@@ -288,7 +288,7 @@
|
||||
uniform = /obj/item/clothing/under/rank/sol/
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
belt = /obj/item/storage/belt/military
|
||||
back = /obj/item/storage/backpack/satchel_norm
|
||||
back = /obj/item/storage/backpack/satchel/norm
|
||||
head = /obj/item/clothing/head/helmet/space/void/sol
|
||||
suit = /obj/item/clothing/suit/space/void/sol
|
||||
suit_store = /obj/item/tank/oxygen
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
if(prob(50))
|
||||
new /obj/item/storage/backpack/industrial(src)
|
||||
else
|
||||
new /obj/item/storage/backpack/satchel_eng(src)
|
||||
new /obj/item/storage/backpack/satchel/eng(src)
|
||||
new /obj/item/device/radio/headset/headset_cargo(src)
|
||||
new /obj/item/clothing/under/rank/miner(src)
|
||||
new /obj/item/clothing/gloves/black(src)
|
||||
|
||||
Reference in New Issue
Block a user