Fix compile error

This commit is contained in:
Markolie
2015-08-09 18:38:46 +02:00
parent b471406faa
commit 27b8adc426
@@ -490,8 +490,8 @@
var/obj/mecha/M = the_target
if (M.occupant)
return 0
if (istype(target,/obj/spacepod))
var/obj/spacepod/S = target
if (istype(the_target,/obj/spacepod))
var/obj/spacepod/S = the_target
if (S.occupant || S.occupant2)
return 0
return 1