diff --git a/code/game/asteroid/asteroid.dm b/code/game/asteroid/asteroid.dm index d789eeed16b..ad71d8e66cc 100644 --- a/code/game/asteroid/asteroid.dm +++ b/code/game/asteroid/asteroid.dm @@ -56,7 +56,8 @@ proc/spawn_asteroid(var/turf/start_loc,var/type,var/size,var/richness)//type: 0 density-- return - +//this is terrible! -Pete +/* /datum/game_mode/proc/setup_sectors() world << "\blue \b Randomizing space sectors." var/list/sectors = list(1,3,4,0,0,0,0,0,0) @@ -100,7 +101,7 @@ proc/spawn_asteroid(var/turf/start_loc,var/type,var/size,var/richness)//type: 0 new /obj/item/weapon/storage/explorers_box(L.loc) del(L) return - +*/ proc/spawn_room(var/atom/start_loc,var/x_size,var/y_size,var/wall,var/floor , var/clean = 0 , var/name) var/list/room_turfs = list("walls"=list(),"floors"=list()) diff --git a/code/game/gamemodes/extended/extended.dm b/code/game/gamemodes/extended/extended.dm index 43961f8104e..2c37c1bb841 100644 --- a/code/game/gamemodes/extended/extended.dm +++ b/code/game/gamemodes/extended/extended.dm @@ -14,8 +14,6 @@ world << "Just have fun and role-play!" /datum/game_mode/extended/pre_setup() - setup_sectors() - spawn_exporation_packs() return 1 /datum/game_mode/extended/post_setup() diff --git a/code/game/gamemodes/sandbox/sandbox.dm b/code/game/gamemodes/sandbox/sandbox.dm index 668c58dab93..35fa7f1e131 100644 --- a/code/game/gamemodes/sandbox/sandbox.dm +++ b/code/game/gamemodes/sandbox/sandbox.dm @@ -14,9 +14,6 @@ for(var/mob/M in world) if(M.client) M.CanBuild() - - setup_sectors() - spawn_exporation_packs() return 1 /datum/game_mode/sandbox/check_finished() diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 93bd20bf18f..b31aa956b66 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ