mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #10241 from Heroman3003/free-soulcatchers
Makes soulcatcher a pre-installed software
This commit is contained in:
@@ -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'."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user