Fixes get_apc with a BYOND bug workaround

Also reverts the mining asteroid-specific workaround
This commit is contained in:
Krausus
2015-06-18 04:54:31 -04:00
parent 36b7e7b233
commit c0075f41d0
2 changed files with 5 additions and 3 deletions
@@ -9,7 +9,6 @@
if(..())
var/turf/turf_loc = get_turf(user)
var/area/area_loc = turf_loc.loc
if(istype(area_loc,/area/mine)) return
if (area_loc.get_apc())
user << "<span class='rose'>This area already has an APC.</span>"
return //only one APC per area