fixes and more PRs

This commit is contained in:
Ghommie
2020-01-18 23:01:00 +01:00
parent 3ee855ab77
commit 072eca6ec0
4 changed files with 11 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
var/area/A = get_area(curturf)
var/area/B = get_area(destturf)
if(!forced && (A.noteleport || B.noteleport))
if(!forced && (HAS_TRAIT(teleatom, TRAIT_NO_TELEPORT) || A.noteleport || B.noteleport))
return FALSE
if(SEND_SIGNAL(destturf, COMSIG_ATOM_INTERCEPT_TELEPORT, channel, curturf, destturf))