mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Removes tablet hard drives entirely (HDD & SSD) [MDB IGNORE] (#17164)
* Removes tablet hard drives entirely (HDD & SSD) * map updates * changes * contractor uplink theme * uplink improvements * tab Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -115,14 +115,14 @@
|
||||
when used cause the targeted tablet to become a new uplink with zero TCs, and immediately become unlocked. \
|
||||
You will receive the unlock code upon activating the virus, and the new uplink may be charged with \
|
||||
telecrystals normally."
|
||||
item = /obj/item/computer_hardware/hard_drive/portable/virus/frame
|
||||
item = /obj/item/computer_disk/virus/frame
|
||||
cost = 4
|
||||
restricted = TRUE
|
||||
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)
|
||||
|
||||
/datum/uplink_item/device_tools/frame/spawn_item(spawn_path, mob/user, datum/uplink_handler/uplink_handler, atom/movable/source)
|
||||
. = ..()
|
||||
var/obj/item/computer_hardware/hard_drive/portable/virus/frame/target = .
|
||||
var/obj/item/computer_disk/virus/frame/target = .
|
||||
if(!target)
|
||||
return
|
||||
target.current_progression = uplink_handler.progression_points
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
detonate tablets of crewmembers who have their message feature enabled. \
|
||||
The concussive effect from the explosion will knock the recipient out for a short period, and deafen them for longer."
|
||||
progression_minimum = 30 MINUTES
|
||||
item = /obj/item/computer_hardware/hard_drive/portable/virus/deto
|
||||
item = /obj/item/computer_disk/virus/detomatix
|
||||
cost = 6
|
||||
restricted = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user