This commit is contained in:
Wowzewow (Wezzy)
2022-07-10 18:31:18 +02:00
committed by GitHub
parent 070d1d1e8b
commit 2bec6f1762
33 changed files with 189 additions and 102 deletions
@@ -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
+1 -1
View File
@@ -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)