Merge pull request #10528 from VOREStation/Arokha/ghostmusic

Allow ghosts to partake in music
This commit is contained in:
Aronai Sieyes
2021-06-02 12:00:04 -04:00
committed by Chompstation Bot
parent 4e39cb8cfc
commit 50c69ffd77
5 changed files with 25 additions and 30 deletions

View File

@@ -39,12 +39,6 @@
return null
return format_text ? format_text(A.name) : A.name
/proc/get_area_master(const/O)
var/area/A = get_area(O)
if (isarea(A))
return A
/** Checks if any living humans are in a given area. */
/proc/area_is_occupied(var/area/myarea)
// Testing suggests looping over human_mob_list is quicker than looping over area contents