mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Typecheck all return_air calls (#15363)
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
set name = "Cell"
|
||||
if(!mob)
|
||||
return
|
||||
var/turf/T = mob.loc
|
||||
var/turf/T = get_turf(mob)
|
||||
|
||||
if (!( istype(T, /turf) ))
|
||||
if (!istype(T))
|
||||
return
|
||||
|
||||
var/datum/gas_mixture/env = T.return_air()
|
||||
|
||||
Reference in New Issue
Block a user