Adds Byond medal and scoreboard support and tracking for megafauna kills.

This commit is contained in:
Shadowlight213
2016-07-18 17:02:49 -07:00
parent 789e908416
commit e79cebbbef
12 changed files with 193 additions and 2 deletions
+4
View File
@@ -376,6 +376,10 @@
global.cross_allowed = 1
if("cross_comms_name")
cross_name = value
if("medal_hub_address")
global.medal_hub = value
if("medal_hub_password")
global.medal_pass = value
if("see_own_notes")
config.see_own_notes = 1
if("soft_popcap")