mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-02-07 06:59:56 +00:00
computer3 program topic protection
This commit is contained in:
@@ -239,7 +239,7 @@ Programs are a file that can be executed
|
||||
//
|
||||
if("runfile" in href_list)
|
||||
var/datum/file/F = locate(href_list["runfile"])
|
||||
if(F && F.computer == computer)
|
||||
if(istype(F) && F.computer == computer)
|
||||
F.execute(src)
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user