mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 04:46:04 +00:00
* ill do this in the coffee shop later * has to go * add stuff * changes * this is going to explode * this is going to explode x2 * more * *scream * move * w * oh god oh fuck now for main proc * progress * wack * next segment.. * update * shuttles are next * AAA * sigh * this is going to be ugly * ugh * epic! * pain * hope this works * patch * patch * patch * patch * patch * epic! * wack * oh god.. * oh god.. * wack Co-authored-by: fake_vm_user <fake_vm_user>
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
|
|
//This file is just for the necessary /world definition
|
|
//Try looking in game/world.dm
|
|
/world
|
|
mob = /mob/new_player
|
|
turf = /turf/space/basic
|
|
area = /area/space
|
|
view = "15x15"
|
|
cache_lifespan = 7
|
|
hub = "Exadv1.spacestation13"
|
|
hub_password = "kMZy3U5jJHSiBQjr"
|
|
name = "Citadel Station 13 - HRP"
|
|
status = "ERROR: Default status"
|
|
visibility = TRUE
|
|
fps = 20
|
|
#ifdef FIND_REF_NO_CHECK_TICK
|
|
loop_checks = FALSE
|
|
#endif
|