runtime error: Cannot modify null.sparing.
proc name: daycycle (/area/outside/proc/daycycle)
source file: weather.dm,52
usr: null
src: the outside (/area/outside)
call stack:
the outside (/area/outside): daycycle()
the outside (/area/outside): daycycle()
On line 52 i have
usr.sparing=-2
Got any ideas on how to fix this?
Probably, it's yet another usr abuse.
...don't you mean "usr.sparing-=2"?
*shrug*