Fixes negated conditions

This commit is contained in:
Crazylemon64
2016-08-01 14:25:38 -07:00
parent 30a28f69fd
commit c48d216ebc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12
if(!M.roundstart_move)
continue
for(var/obj/docking_port/stationary/S in stationary)
if(is_station_level(S.z) && findtext(S.id, M.id))
if(!is_station_level(S.z) && findtext(S.id, M.id))
S.width = M.width
S.height = M.height
S.dwidth = M.dwidth