I'VE FUCKING HAD IT

This commit is contained in:
silicons
2021-05-28 04:07:42 -07:00
parent 0aa30867b6
commit d26e579409
78 changed files with 4611 additions and 233 deletions

View File

@@ -17,7 +17,7 @@
#define show_browser(target, browser_content, browser_name) target << browse(browser_content, browser_name)
#define CanInteract(user, state) (CanUseTopic(user, state) == STATUS_INTERACTIVE)
#define CanInteract(user, state) (CanUseTopic(user, state) == UI_INTERACTIVE)
#define sequential_id(key) uniqueness_repository.Generate(/datum/uniqueness_generator/id_sequential, key)