mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] suppermatter doesn't get angry with mindless wights (#2530)
* suppermatter doesn't get angry with mindless wights (#55960) Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com> * suppermatter doesn't get angry with mindless wights Co-authored-by: spessbro <51048066+spessbro@users.noreply.github.com> Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>
This commit is contained in:
co-authored by
Ghom
spessbro
parent
0a9643ac67
commit
b6eb1bdf3a
@@ -709,6 +709,8 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
|
||||
for(var/mob/living/carbon/human/l in view(src, HALLUCINATION_RANGE(power)))
|
||||
// Someone (generally a Psychologist), when looking at the SM
|
||||
// within hallucination range makes it easier to manage.
|
||||
if (QDELETED(l.mind))
|
||||
continue
|
||||
if(HAS_TRAIT(l.mind, TRAIT_SUPERMATTER_SOOTHER))
|
||||
toAdd = 0.05
|
||||
psy_overlay = TRUE
|
||||
|
||||
Reference in New Issue
Block a user