mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 06:32:56 +00:00
## About The Pull Request Title. This WILL break shit. Probably. Help me sweet Jesus. ## Why It's Good For The Game House of Leaves is less confusing than our file structure. ## Proof Of Testing ## Changelog 🆑 fix: MASSIVE File Structure clean-up. /🆑 --------- Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
GLOBAL_LIST_EMPTY(client_minutes_in_round)
|
|
|
|
/client/proc/update_living_minutes(mins)
|
|
if(!isliving(mob))
|
|
return
|
|
GLOB.client_minutes_in_round[ckey] += mins
|