mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
cleanup of _HELPERS/game.dm (#61859)
some more cleanup, game.dm this time
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
theRadius = max(radius/max((2*abs(sphereMagic-i)),1),1)
|
||||
|
||||
|
||||
map |= circlerange(locate(centerX,centerY,i),theRadius)
|
||||
map |= circle_range(locate(centerX,centerY,i),theRadius)
|
||||
|
||||
|
||||
return map
|
||||
|
||||
Reference in New Issue
Block a user