diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index 1fdecd11f1..6a1d8a3d75 100644 --- a/code/datums/components/mood.dm +++ b/code/datums/components/mood.dm @@ -351,7 +351,7 @@ if(ETHEREAL_CHARGE_OVERLOAD to ETHEREAL_CHARGE_DANGEROUS) add_event(null, "charge", /datum/mood_event/supercharged) -/datum/component/mood/proc/update_beauty(area/A) +/datum/component/mood/proc/update_beauty(datum/source, area/A) if(A.outdoors) //if we're outside, we don't care. clear_event(null, "area_beauty") return FALSE