mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-16 03:34:03 +01:00
1465adb116
* Improves cinematic code Makes the /obj/screen/cinematic that the cinematics use GC's properly. Adds a global signal for when a cinematic tries to play. Kills the global list of cinematics. Makes cinematics no longer loop through the global mob list to make sure that each mob is in fact actually in the global mob list. * Suggested fixes