Skip to content

Commit

Permalink
suppermatter doesn't get angry with mindless wights (tgstation#55960)
Browse files Browse the repository at this point in the history
Co-authored-by: Ghom <[email protected]>
  • Loading branch information
spessbro and Ghommie authored Jan 6, 2021
1 parent 0a719d1 commit d1a8fe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/power/supermatter/supermatter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1a8fe6

Please sign in to comment.