mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixed another runtime with ass copying.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
user.set_machine(src)
|
||||
|
||||
var/dat = "Photocopier<BR><BR>"
|
||||
if(copy || photocopy || (ass.loc == src.loc))
|
||||
if(copy || photocopy || (ass && (ass.loc == src.loc))
|
||||
dat += "<a href='byond://?src=\ref[src];remove=1'>Remove Paper</a><BR>"
|
||||
if(toner)
|
||||
dat += "<a href='byond://?src=\ref[src];copy=1'>Copy</a><BR>"
|
||||
|
||||
Reference in New Issue
Block a user