Home
last modified time | relevance | path

Searched refs:LOW_MOOD_CAUSE_SQUALOR (Results 1 – 5 of 5) sorted by relevance

/dports/games/augustus/augustus-3.1.0/src/city/
H A Dconstants.h29 LOW_MOOD_CAUSE_SQUALOR = 6, enumerator
H A Dsentiment.c353 b->house_sentiment_message = LOW_MOOD_CAUSE_SQUALOR; in city_sentiment_update()
397 city_data.sentiment.low_mood_cause = LOW_MOOD_CAUSE_SQUALOR; in city_sentiment_update()
H A Dmigration.c143 case LOW_MOOD_CAUSE_SQUALOR: in city_migration_determine_no_immigration_cause()
/dports/games/augustus/augustus-3.1.0/src/window/building/
H A Dhouse.c92 case LOW_MOOD_CAUSE_SQUALOR: in draw_happiness_info()
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dmessage_dialog.c193 } else if (low_mood_cause == LOW_MOOD_CAUSE_SQUALOR) { in draw_city_message_text()