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:
Qwertytoforty
2024-06-22 19:16:01 -04:00
committed by GitHub
parent 32d4a2ecf4
commit e7adf789e1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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)