Clarifies comments and locks defusal kits behind an emag

This commit is contained in:
Persi
2020-02-15 14:17:22 -05:00
parent eb33901046
commit 0c9244f669
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
var/name = "Crate"
var/group = ""
var/hidden = FALSE //Aka emag only
var/contraband = FALSE //Hacking the console with a multitool
var/contraband = FALSE //Requires a hacked console UNLESS DropPodOnly = TRUE, in which case it requires an emag
var/cost = 700 // Minimum cost, or infinite points are possible.
var/access = FALSE //What access does the Crate itself need?
var/access_any = FALSE //Do we care about access?