TG sync Sunday (#201)
* stage one * datums and shit * game stuff * modules * tgstation.dme * tools * these things for icons * compiling fixes * merge spree on TG * other updates * updated maps with deepfryers * My helpers were not helping
This commit is contained in:
@@ -144,7 +144,7 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
|
||||
return
|
||||
if(!detect())
|
||||
return
|
||||
if(!awaygate || qdeleted(awaygate))
|
||||
if(!awaygate || QDELETED(awaygate))
|
||||
return
|
||||
|
||||
if(awaygate.calibrated)
|
||||
@@ -214,7 +214,7 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
|
||||
return
|
||||
if(!active)
|
||||
return
|
||||
if(!stationgate || qdeleted(stationgate))
|
||||
if(!stationgate || QDELETED(stationgate))
|
||||
return
|
||||
if(istype(AM, /mob/living/carbon))
|
||||
var/mob/living/carbon/C = AM
|
||||
|
||||
Reference in New Issue
Block a user