herped the mark datum thing

This commit is contained in:
Tastyfish
2012-01-19 01:54:48 -05:00
parent 1be9c4cfed
commit 06fce40d34

View File

@@ -157,7 +157,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
argL.Add( input("Pick file:","File",null) as file )
if("marked datum")
argL.Add(usr.client.holder.marked_datum)
argL.Add(holder.marked_datum)
usr << "\blue Calling '[procname]'"
returnval = call(procname)(arglist(argL))
@@ -209,7 +209,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
argL.Add( input("Pick file:","File",null) as file )
if("marked datum")
argL.Add(usr.client.holder.marked_datum)
argL.Add(holder.marked_datum)
usr << "\blue Calling '[procname]' on '[target]'"
returnval = call(target,procname)(arglist(argL))