mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-08-25 13:46:20 +01:00
Lots and lots and lots of changes. See globals.dm's changelog.
This commit is contained in:
@@ -87,10 +87,8 @@
|
||||
return
|
||||
var/mob/human/M = usr
|
||||
var/list/start_loc = list( )
|
||||
if ((M.key in list( "Thief jack", "Link43130", "Hutchy2k1", "Easty", "Exadv1" )))
|
||||
start_loc["Supply Station"] = locate(77, 40, 7)
|
||||
|
||||
var/area/A = locate(/area/sleep_area)
|
||||
var/area/A = locate(/area/arrival/start)
|
||||
var/list/L = list( )
|
||||
for(var/turf/T in A)
|
||||
if(T.isempty())
|
||||
@@ -105,7 +103,9 @@
|
||||
if (S.tag == text("spstart[]", M.ckey))
|
||||
start_loc[text("[]", S.desc)] = S
|
||||
//Foreach goto(295)
|
||||
var/option = input(M, "Where should you start?", "Start Selector", null) in start_loc
|
||||
var/option = input(M, "Where should you start?", "Start Selector", null) in start_loc
|
||||
if (usr==null)
|
||||
return
|
||||
if ((!( usr.start ) || !( istype(usr, /mob/human) ) || usr.loc != src.loc))
|
||||
return
|
||||
if (ticker)
|
||||
|
||||
Reference in New Issue
Block a user