mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] cleanup of _HELPERS/game.dm [MDB IGNORE] (#8593)
* cleanup of _HELPERS/game.dm (#61859) some more cleanup, game.dm this time * cleanup of _HELPERS/game.dm * E * Update oneclickantag.dm Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -510,7 +510,7 @@
|
||||
* * snowball_chance - the chance to spawn a snowball on a turf
|
||||
*/
|
||||
/datum/chemical_reaction/proc/freeze_radius(datum/reagents/holder, datum/equilibrium/equilibrium, temp, radius = 2, freeze_duration = 50 SECONDS, snowball_chance = 0)
|
||||
for(var/any_turf in circlerangeturfs(center = get_turf(holder.my_atom), radius = radius))
|
||||
for(var/any_turf in circle_range_turfs(center = get_turf(holder.my_atom), radius = radius))
|
||||
if(!istype(any_turf, /turf/open))
|
||||
continue
|
||||
var/turf/open/open_turf = any_turf
|
||||
|
||||
Reference in New Issue
Block a user