mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Merge pull request #374 from Shadow-Quill/Teshi-Fixx
Teshari no longer get scared while nommed
This commit is contained in:
@@ -145,6 +145,9 @@
|
||||
// If they're dead or unconcious they're a bit beyond this kind of thing.
|
||||
if(H.stat)
|
||||
return
|
||||
// Vored? Not gonna get frightened.
|
||||
if(ishuman(H.loc))
|
||||
return
|
||||
// No point processing if we're already stressing the hell out.
|
||||
if(H.hallucination >= hallucination_cap && H.loneliness_stage >= warning_cap)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user