mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fixes queued smoothing items not being removed on del (#18776)
* fixes queued smoothing items not being removed on del * undupes the code * why DID it do this?
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
GLOB.cameranet.updateVisibility(src)
|
||||
if(smoothing_flags & (SMOOTH_CORNERS|SMOOTH_BITMASK))
|
||||
var/turf/T = get_turf(src)
|
||||
spawn(0)
|
||||
QUEUE_SMOOTH_NEIGHBORS(T)
|
||||
QUEUE_SMOOTH_NEIGHBORS(T)
|
||||
REMOVE_FROM_SMOOTH_QUEUE(src)
|
||||
return ..()
|
||||
|
||||
/obj/structure/proc/climb_on()
|
||||
|
||||
Reference in New Issue
Block a user