Files
S.P.L.U.R.T-Station-13/modular_splurt/code/datums/mood_events/mood_event.dm
BongaTheProto 814364c814 cit already had their own railings
this may fuck up lambda
2022-06-04 20:15:33 -05:00

9 lines
252 B
Plaintext

/datum/mood_event/proc/owner_mob()
var/mob/living/carbon/human/actual_owner
var/datum/component/mood/wrong_declaration = owner
if(istype(wrong_declaration))
actual_owner = wrong_declaration.parent
else
actual_owner = owner
return actual_owner