Fix some weird syntax

This commit is contained in:
Tad Hardesty
2018-07-31 01:24:31 -07:00
parent b74535a4ab
commit 2552190fbf
14 changed files with 22 additions and 28 deletions
-6
View File
@@ -143,9 +143,3 @@
target = null
if(!target) //target can be set to null from above code, or elsewhere
active = FALSE
/obj/item/pinpointer/process()
if(!active)
return PROCESS_KILL
scan_for_target()
update_icon()