Lowpop Antag: Burglar (#9193)

Added a lowpop gamemode called 'Burglars', featuring a new type of antagonist, a mix between a heister and a traitor. Neutered for lowpop fun.
    Added a mixed gamemode, 'Conflict', which is heisters and burglars.
This commit is contained in:
Geeves
2020-06-29 09:35:18 +03:00
committed by GitHub
parent ad4f9b130f
commit 05f6e81c60
30 changed files with 1711 additions and 836 deletions
+2
View File
@@ -13,6 +13,7 @@ var/list/department_radio_keys = list(
":w" = "whisper", ".w" = "whisper",
":t" = "Mercenary", ".t" = "Mercenary",
":x" = "Raider", ".x" = "Raider",
":b" = "Burglar", ".b" = "Burglar",
":q" = "Ninja", ".q" = "Ninja",
":u" = "Supply", ".u" = "Supply",
":v" = "Service", ".v" = "Service",
@@ -32,6 +33,7 @@ var/list/department_radio_keys = list(
":W" = "whisper", ".W" = "whisper",
":T" = "Mercenary", ".T" = "Mercenary",
":X" = "Raider", ".X" = "Raider",
":B" = "Burglar", ".B" = "Burglar",
":Q" = "Ninja", ".Q" = "Ninja",
":U" = "Supply", ".U" = "Supply",
":V" = "Service", ".V" = "Service",