mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
fix (#17427)
This commit is contained in:
@@ -789,8 +789,8 @@
|
||||
return
|
||||
if(T.intact && istype(T,/turf/simulated/floor)) //intact floor, pop the tile
|
||||
var/turf/simulated/floor/F = T
|
||||
new F.floor_tile(H)
|
||||
F.remove_tile(null, TRUE, FALSE)
|
||||
if(F.remove_tile(null, TRUE, FALSE))
|
||||
new F.floor_tile(H)
|
||||
|
||||
if(direction) // direction is specified
|
||||
if(istype(T, /turf/space)) // if ended in space, then range is unlimited
|
||||
|
||||
Reference in New Issue
Block a user