Add a type annotation to represent proc paths

This commit is contained in:
Tad Hardesty
2019-03-05 21:09:12 -08:00
parent 0267bce949
commit 2bc2e7fe31
5 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
for (var/child in entries)
winset(src, "[child]", "[entries[child]]")
if (!ispath(child, /datum/verbs/menu))
var/atom/verb/verbpath = child
var/procpath/verbpath = child
if (copytext(verbpath.name,1,2) != "@")
new child(src)