mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +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:
@@ -77,7 +77,7 @@
|
||||
if(!.)
|
||||
return
|
||||
var/turf/target_turf = get_turf(target)
|
||||
if(!istype(target_turf) || target_turf.density || !(target_turf in view(9, mod.wearer))) //No. No camera bug shenanigins.
|
||||
if(!istype(target_turf) || target_turf.density || !((target in view(9, mod.wearer)) || mod.wearer.sight & SEE_TURFS) || (get_dist(target_turf, get_turf(mod.wearer)) > 9)) //No. No camera bug shenanigins.
|
||||
return
|
||||
var/matrix/pre_matrix = matrix()
|
||||
pre_matrix.Scale(4, 0.25)
|
||||
|
||||
Reference in New Issue
Block a user