[MIRROR] Remove instances of var varname in dm code (#133)

* Merge pull request #52580 from Cyberboss/CleanBadVars

Remove instances of `var varname` in dm code

* Remove instances of `var varname` in dm code

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-07-31 00:24:48 +02:00
committed by GitHub
parent 4b7ce9e237
commit efdbd930b4
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
var/obj/item/paper/P = new(get_turf(src))
//This could be a global count like sec and med record printouts. See GLOB.data_core.medicalPrintCount AKA datacore.dm
var frNum = ++forensicPrintCount
var/frNum = ++forensicPrintCount
P.name = text("FR-[] 'Forensic Record'", frNum)
P.info = text("<center><B>Forensic Record - (FR-[])</B></center><HR><BR>", frNum)