Merge pull request #10241 from Heroman3003/free-soulcatchers

Makes soulcatcher a pre-installed software
This commit is contained in:
Aronai Sieyes
2021-05-06 13:34:01 -04:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -14,10 +14,10 @@
desc = "A mind storage and processing system capable of capturing and supporting human-level minds in a small VR space."
list_pos = NIF_SOULCATCHER
cost = 100 //If I wanna trap people's minds and lood them, then by god I'll do so.
wear = 1
wear = 0
p_drain = 0.01
var/setting_flags = (NIF_SC_CATCHING_OTHERS|NIF_SC_ALLOW_EARS|NIF_SC_ALLOW_EYES|NIF_SC_BACKUPS|NIF_SC_PROJECTING)
var/setting_flags = (NIF_SC_ALLOW_EARS|NIF_SC_ALLOW_EYES|NIF_SC_BACKUPS|NIF_SC_PROJECTING)
var/list/brainmobs = list()
var/inside_flavor = "A small completely white room with a couch, and a window to what seems to be the outside world. A small sign in the corner says 'Configure Me'."