Merge pull request #10934 from kevinz000/actual_ghost_newscasters

Ok that last merge was a complete mistake so I kind of redid the feature myself (book/newscaster ghost reading)
This commit is contained in:
Ghom
2020-02-14 19:21:48 +01:00
committed by GitHub
23 changed files with 493 additions and 539 deletions
-2
View File
@@ -20,5 +20,3 @@
#define INTERACT_MACHINE_SET_MACHINE (1<<6) //MACHINES HAVE THIS BY DEFAULT, SOMEONE SHOULD RUN THROUGH MACHINES AND REMOVE IT FROM THINGS LIKE LIGHT SWITCHES WHEN POSSIBLE!!--------------------------
//This flag determines if a machine set_machine's the user when the user uses it, making updateUsrDialog make the user re-call interact() on it.
//THIS FLAG IS ON ALL MACHINES BY DEFAULT, NEEDS TO BE RE-EVALUATED LATER!!
#define INTERACT_GHOST_READ (1<<0)