mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
- Experimental Ultra Lighting mode with 3D object shadows. Enabled in 3D mode. - Object Wear: objects now accumulate at 1% per sim day - Break & Repair: Objects over 50% wear now have a chance of breaking that increases with the object's wear - Price depreciation: Object sale price is now tied to its wear. As a result of this change, existing objects will lower in value more than usual, but newly bought objects should be fine. - Light Management: Roommates can now change lights to stay on permanently, and change light color. - Dialog and TSO primitive descriptors for IDE. - Add Shutdown task for automated shutdown. - Cleanup and bugfix various areas.
2 lines
No EOL
174 B
SQL
2 lines
No EOL
174 B
SQL
ALTER TABLE `fso_tasks`
|
|
CHANGE COLUMN `task_type` `task_type` ENUM('prune_database', 'bonus', 'shutdown', 'job_balance', 'multi_check', 'prune_abandoned_lots') NOT NULL ; |