mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
bluespace spellblade and modsuit teleporter module work better (#25900)
* bluespace spellblade and modsuit teleporter module work better * nah this should stay 7 * 7 ate 9
This commit is contained in:
@@ -296,7 +296,9 @@
|
||||
if(!.)
|
||||
return
|
||||
var/turf/user_turf = get_turf(user)
|
||||
if(!(target in view(7, user_turf))) // no camera shenangians
|
||||
if(get_dist(user_turf, get_turf(target)) > 9) //blocks cameras without blocking xray or thermals
|
||||
return
|
||||
if(!((target in view(9, user)) || user.sight & SEE_MOBS))
|
||||
return
|
||||
var/list/turfs = list()
|
||||
for(var/turf/T in orange(1, get_turf(target)))
|
||||
|
||||
Reference in New Issue
Block a user