mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #10528 from VOREStation/Arokha/ghostmusic
Allow ghosts to partake in music
This commit is contained in:
committed by
Chompstation Bot
parent
4e39cb8cfc
commit
50c69ffd77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user