mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
pAIs can play music again (#96150)
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
/datum/song/ui_host(mob/user)
|
||||
return parent
|
||||
|
||||
/datum/song/ui_state(mob/user)
|
||||
if(ispAI(user))
|
||||
return GLOB.always_state
|
||||
return ..()
|
||||
|
||||
/datum/song/ui_data(mob/user)
|
||||
var/list/data = ..()
|
||||
data["id"] = id
|
||||
|
||||
Reference in New Issue
Block a user