Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;;;;;;;;;;;;;;;;;;
- ; found in scripts\sound_theme.script
- ;;;;;;;;;;;;;;;;;;
- function weather_class(avail_types, npc)
- local type = "weather_good"
- if level.rain_factor() < 0.07 then
- type = "weather_good"
- else
- type = "weather_bad"
- end
- return type
- end
Advertisement
Add Comment
Please, Sign In to add comment