mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fix compile error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user