mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes runtime when mineral scanning (#26226)
* Fixes runtime when mineral scanning (#81049) ## About The Pull Request Fixes this  ## Changelog 🆑 fix: fixes runtime when mineral scanning, passes right argument for scanner in golem eyes /🆑 * Fixes runtime when mineral scanning --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
var/vents_nearby = FALSE
|
||||
var/undiscovered = FALSE
|
||||
var/radar_volume = 30
|
||||
scanner.transform = matrix()
|
||||
for(var/turf/closed/mineral/mineral in RANGE_TURFS(range, T))
|
||||
if(mineral.scan_state)
|
||||
minerals += mineral
|
||||
|
||||
Reference in New Issue
Block a user