mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 01:53:02 +00:00
removed asteroids
added apron lying sprite git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3453 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -56,7 +56,8 @@ proc/spawn_asteroid(var/turf/start_loc,var/type,var/size,var/richness)//type: 0
|
|||||||
density--
|
density--
|
||||||
return
|
return
|
||||||
|
|
||||||
|
//this is terrible! -Pete
|
||||||
|
/*
|
||||||
/datum/game_mode/proc/setup_sectors()
|
/datum/game_mode/proc/setup_sectors()
|
||||||
world << "\blue \b Randomizing space sectors."
|
world << "\blue \b Randomizing space sectors."
|
||||||
var/list/sectors = list(1,3,4,0,0,0,0,0,0)
|
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)
|
new /obj/item/weapon/storage/explorers_box(L.loc)
|
||||||
del(L)
|
del(L)
|
||||||
return
|
return
|
||||||
|
*/
|
||||||
|
|
||||||
proc/spawn_room(var/atom/start_loc,var/x_size,var/y_size,var/wall,var/floor , var/clean = 0 , var/name)
|
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())
|
var/list/room_turfs = list("walls"=list(),"floors"=list())
|
||||||
|
|||||||
@@ -14,8 +14,6 @@
|
|||||||
world << "<B>Just have fun and role-play!</B>"
|
world << "<B>Just have fun and role-play!</B>"
|
||||||
|
|
||||||
/datum/game_mode/extended/pre_setup()
|
/datum/game_mode/extended/pre_setup()
|
||||||
setup_sectors()
|
|
||||||
spawn_exporation_packs()
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/datum/game_mode/extended/post_setup()
|
/datum/game_mode/extended/post_setup()
|
||||||
|
|||||||
@@ -14,9 +14,6 @@
|
|||||||
for(var/mob/M in world)
|
for(var/mob/M in world)
|
||||||
if(M.client)
|
if(M.client)
|
||||||
M.CanBuild()
|
M.CanBuild()
|
||||||
|
|
||||||
setup_sectors()
|
|
||||||
spawn_exporation_packs()
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/datum/game_mode/sandbox/check_finished()
|
/datum/game_mode/sandbox/check_finished()
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
Reference in New Issue
Block a user