mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Documentation & list copying update
This commit is contained in:
@@ -1279,7 +1279,7 @@ var/global/floorIsLava = 0
|
||||
if(!check_rights(R_SPAWN))
|
||||
return
|
||||
|
||||
var/list/matches = matching_type_list(object, /atom)
|
||||
var/list/matches = get_matching_types(object, /atom)
|
||||
|
||||
if(matches.len==0)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user