mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Removes an unneeded proc (#26997)
* Removes an unneeded proc * yeea * Update code/modules/mob/mob_misc_procs.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -162,7 +162,6 @@
|
||||
// Gather the windows. If a spot has 3 windows on it, its a dead end
|
||||
var/windowcount = 0
|
||||
for(var/obj/structure/window/reinforced/mazeglass/W in T)
|
||||
pass(W) // Stops DM whining about unused vars
|
||||
windowcount++
|
||||
CHECK_TICK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user