Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts authored Nov 13, 2024
1 parent 4186745 commit 1864de0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions modular_ss220/prime_only/code/clothing/mask.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// MARK: Mask

/obj/item/clothing/mask/breath/breathscarf/midnight
name = "красный шарф с системой дыхания"
desc = "Стильный и инновационный шарф красного цвета, который служит дыхательной маской в экстремальных ситуациях."
Expand Down
3 changes: 0 additions & 3 deletions modular_ss220/prime_only/code/outfit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@

/datum/outfit/job/admin/syndicate
name = "Syndicate Agent"

uniform = /obj/item/clothing/under/syndicate
back = /obj/item/storage/backpack
belt = /obj/item/storage/belt/utility/full/multitool
Expand All @@ -322,7 +321,6 @@
/obj/item/card/emag = 1,
/obj/item/food/syndidonkpocket = 1
)

var/id_icon = "syndie"
var/id_access = "Syndicate Operative"
var/uplink_uses = 100
Expand Down Expand Up @@ -354,5 +352,4 @@
l_pocket = /obj/item/dualsaber/legendary_saber
mask = /obj/item/clothing/mask/breath/breathscarf/midnight
head = /obj/item/clothing/head/soft/midnight_cap

uplink_uses = 250

0 comments on commit 1864de0

Please sign in to comment.