mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Merge pull request #2326 from VOREStation/Cameron653-patch-1
Makes soulcatcher actually purchasable for most jobs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
name = "Soulcatcher"
|
||||
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 = 950
|
||||
cost = 50 //If I wanna trap people's minds and lood them, then by god I'll do so.
|
||||
wear = 1
|
||||
p_drain = 0.01
|
||||
other_flags = (NIF_O_SCMYSELF|NIF_O_SCOTHERS) // Default on when installed, clear when uninstalled
|
||||
@@ -337,4 +337,4 @@
|
||||
var/datum/nifsoft/soulcatcher/SC = HP.nif.imp_check(NIF_SOULCATCHER)
|
||||
SC.catch_mob(H,FALSE)
|
||||
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user