mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
final new NanoUI fixes and tgui port
This commit is contained in:
@@ -1603,6 +1603,7 @@
|
||||
where = "onfloor"
|
||||
|
||||
if ( where == "inmarked" )
|
||||
var/marked_datum = marked_datum()
|
||||
if ( !marked_datum )
|
||||
usr << "You don't have any object marked. Abandoning spawn."
|
||||
return
|
||||
@@ -1620,7 +1621,7 @@
|
||||
if ("relative")
|
||||
target = locate(loc.x + X,loc.y + Y,loc.z + Z)
|
||||
if ( "inmarked" )
|
||||
target = marked_datum
|
||||
target = marked_datum()
|
||||
|
||||
if(target)
|
||||
for (var/path in paths)
|
||||
|
||||
Reference in New Issue
Block a user