mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Makes fearless trait affect social anxiety (#2011)
* Makes fearless trait affect social anxiety (#55284) An oversight from when I added psicodine and happiness * Makes fearless trait affect social anxiety Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
This commit is contained in:
@@ -500,6 +500,8 @@
|
||||
UnregisterSignal(quirk_holder, list(COMSIG_MOB_EYECONTACT, COMSIG_MOB_EXAMINATE))
|
||||
|
||||
/datum/quirk/social_anxiety/on_process(delta_time)
|
||||
if(HAS_TRAIT(quirk_holder, TRAIT_FEARLESS))
|
||||
return
|
||||
var/nearby_people = 0
|
||||
for(var/mob/living/carbon/human/H in oview(3, quirk_holder))
|
||||
if(H.client)
|
||||
|
||||
Reference in New Issue
Block a user