mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes spawn_atom() runtime.
This commit is contained in:
@@ -620,7 +620,8 @@ var/global/BSACooldown = 0
|
||||
return
|
||||
|
||||
var/chosen = pick_closest_path(object)
|
||||
|
||||
if(!chosen)
|
||||
return
|
||||
if(ispath(chosen,/turf))
|
||||
var/turf/T = get_turf(usr.loc)
|
||||
T.ChangeTurf(chosen)
|
||||
|
||||
Reference in New Issue
Block a user