Merge pull request #15923 from SandPoot/pls-signals

Quick fix to Putnam's beauty revival
This commit is contained in:
SandPoot
2023-01-07 16:43:09 -03:00
committed by GitHub
+1 -1
View File
@@ -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