mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-19 12:14:14 +01:00
linter & stuff.
This commit is contained in:
@@ -447,11 +447,10 @@
|
||||
. = TRUE
|
||||
|
||||
/obj/machinery/computer/cloning/proc/finish_scan(mob/living/L, prev_locked)
|
||||
if(!scanner)
|
||||
if(!scanner || !L)
|
||||
return
|
||||
src.add_fingerprint(usr)
|
||||
src.updateUsrDialog()
|
||||
return
|
||||
|
||||
if(use_records)
|
||||
scan_occupant(L)
|
||||
|
||||
Reference in New Issue
Block a user