mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Telecrystals are only stored on the mind
This commit is contained in:
@@ -307,5 +307,4 @@ var/list/civilian_cartridges = list(
|
||||
name = "F.R.A.M.E. cartridge"
|
||||
icon_state = "cart"
|
||||
charges = 5
|
||||
var/telecrystals = 0
|
||||
messenger_plugins = list(new/datum/data/pda/messenger_plugin/virus/frame)
|
||||
|
||||
@@ -85,7 +85,4 @@
|
||||
P.lock_code = lock_code
|
||||
// else
|
||||
// P.hidden_uplink.hidden_crystals += P.hidden_uplink.uses //Temporarially hide the PDA's crystals, so you can't steal telecrystals.
|
||||
var/obj/item/weapon/cartridge/frame/parent_cart = pda.cartridge
|
||||
P.hidden_uplink.uses = parent_cart.telecrystals
|
||||
parent_cart.telecrystals = 0
|
||||
P.hidden_uplink.active = TRUE
|
||||
|
||||
Reference in New Issue
Block a user