Skip to content

Commit

Permalink
Ключи
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Nov 17, 2023
1 parent e4a0cf3 commit 5111d73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 4 additions & 2 deletions maps/sierra/structures/closets/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
/obj/item/ammo_magazine/pistol/double = 2,
/obj/item/clothing/under/scga/utility/urban,
/obj/item/clothing/shoes/swat,
/obj/item/clothing/accessory/scga_rank/e6
/obj/item/clothing/accessory/scga_rank/e6,
/obj/item/device/encryptionkey/away_scg_patrol
)

/obj/structure/closet/crate/ninja/gcc
Expand All @@ -88,7 +89,8 @@
/obj/item/ammo_magazine/box/minigun = 2,
/obj/item/clothing/under/iccgn/utility,
/obj/item/clothing/shoes/iccgn/utility,
/obj/item/clothing/accessory/iccgn_rank/or6
/obj/item/clothing/accessory/iccgn_rank/or6,
/obj/item/device/encryptionkey/iccgn
)

/obj/structure/closet/crate/ninja/corpo
Expand Down
13 changes: 12 additions & 1 deletion packs/infinity/items/traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
GLOB.density_set_event.register(target, src, .proc/explode)


/obj/item/door_charge/proc/explode(var/obj/machinery/door/airlock/airlock)
/obj/item/door_charge/proc/explode(/obj/machinery/door/airlock/airlock)
if(!airlock.density)
explosion(get_turf(airlock), -1, 1, 2, 3)
airlock.ex_act(1)
Expand Down Expand Up @@ -120,3 +120,14 @@
item_cost = 42
path = /obj/item/storage/box/syndie_kit/jaunter
desc = "Disposable one way teleportation device. Use with care. Don't forget to link jaunter to the beacon!"


//
// Psi Amp - Uplink part (Here because turned off by Bay12)
//

/datum/uplink_item/item/visible_weapons/psi_amp
name = "Cerebroenergetic Psionic Amplifier"
item_cost = 50
path = /obj/item/clothing/head/helmet/space/psi_amp/lesser
desc = "A powerful, illegal psi-amp. Boosts latent psi-faculties to extremely high levels."

0 comments on commit 5111d73

Please sign in to comment.