Old PB system [SEMI-MODULAR] (#1616)

* yes

* aaaaaa

* Update panicbunker.dm
This commit is contained in:
Gandalf
2020-11-21 17:25:36 +01:00
committed by GitHub
parent c5e4538eab
commit 907f14f244
6 changed files with 122 additions and 3 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/stop_sounds,
/client/proc/mark_datum_mapview,
/client/proc/debugstatpanel,
/client/proc/fix_air /*resets air in designated radius to its default atmos composition*/
/client/proc/fix_air, /*resets air in designated radius to its default atmos composition*/
/client/proc/revokebunkerbypass, //SKYRAT EDIT ADDITION - PANICBUNKER
/client/proc/addbunkerbypass //SKYRAT EDIT ADDITION - PANICBUNKER
)
GLOBAL_LIST_INIT(admin_verbs_admin, world.AVerbsAdmin())
GLOBAL_PROTECT(admin_verbs_admin)