Derelict added to ghost teleport list.

Various minor fixes to the map.

Minor changelog fix.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@446 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-11-18 00:52:16 +00:00
parent c645018a8b
commit 14ae414cef
3 changed files with 3668 additions and 3660 deletions

View File

@@ -87,7 +87,7 @@
usr.verbs -= /mob/dead/observer/proc/dead_tele
spawn(50)
usr.verbs += /mob/dead/observer/proc/dead_tele
A = input("Area to jump to", "BOOYEA", A) in list("Engine","Hallways","Toxins","Storage","Maintenance","Crew Quarters","Medical","Security","Chapel","Bridge","AI Satellite","Thunderdome")
A = input("Area to jump to", "BOOYEA", A) in list("Engine","Hallways","Toxins","Storage","Maintenance","Crew Quarters","Medical","Security","Chapel","Bridge","AI Satellite","Thunderdome","Derelict")
switch (A)
if ("Engine")
@@ -162,6 +162,12 @@
if(istype(B, /area/tdome))
L += B
A = pick(L)
if ("Derelict")
var/list/L = list()
for(var/area/B in world)
if(istype(B, /area/derelict))
L += B
A = pick(L)
var/list/L = list()
for(var/turf/T in A)

View File

@@ -52,8 +52,7 @@
<li>Prison Station added, with Prison Shuttle to transport to and from.</li>
<li>New Job: Warden. Distributes security items.</li>
<li>The new map is still in testing, so please report any bugs or suggestions you have to the forums.</li>
<li>Code for AI liquid dispensers (cleaning grenades in the AI core) is in, but not placed on map yet. Player opinions wanted.</li>
<li>AI Liquid Dispensers, Codename SLIPPER, have been added to the AI core. They dispense cleaning foam twenty times each with a cooldown of ten seconds between uses.</li>
<li>AI Liquid Dispensers, Codename SLIPPER, have been added to the AI core. They dispense cleaning foam twenty times each with a cooldown of ten seconds between uses. Mounted flashes have also been included.</li>
<li>Clown stamp added to clown's backpack.</li>
</ul>

File diff suppressed because it is too large Load Diff