Removes a bunch of var/ in procs (#46946)

* Removes a bunch of /var in procs

* reset this

* Why wasn't this already?
This commit is contained in:
nemvar
2019-10-10 13:20:27 +02:00
committed by Rob Bailey
parent 5a56bfe115
commit c38a7a3bb5
104 changed files with 185 additions and 184 deletions

View File

@@ -29,7 +29,7 @@
var/needs_update = LIGHTING_NO_UPDATE // Whether we are queued for an update.
/datum/light_source/New(var/atom/owner, var/atom/top)
/datum/light_source/New(atom/owner, atom/top)
source_atom = owner // Set our new owner.
LAZYADD(source_atom.light_sources, src)
top_atom = top