Fixes an air damage runtime and whisper verb printing (#9110)

This commit is contained in:
Matt Atlas
2020-06-13 11:50:41 +02:00
committed by GitHub
parent 8425bf2b66
commit 71fc63d2c7
5 changed files with 63 additions and 19 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
return 1
/obj/structure/window/CheckExit(atom/movable/O as mob|obj, target as turf)
/obj/structure/window/CheckExit(atom/movable/O, turf/target)
if(istype(O) && O.checkpass(PASSGLASS))
return 1
if(get_dir(O.loc, target) == dir)