Skip to content

Commit

Permalink
add: New tactical blueshield spray (#6162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahimka42 authored Nov 18, 2024
1 parent 233426f commit c5f755e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
new /obj/item/sensor_device/advanced/command(src)
new /obj/item/storage/garmentbag/blueshield(src)
new /obj/item/storage/belt/security/webbing(src)
new /obj/item/reagent_containers/spray/cleaner/tactical(src)

/obj/structure/closet/secure_closet/ntrep
name = "\improper Nanotrasen Representative's locker"
Expand Down
6 changes: 6 additions & 0 deletions code/modules/reagents/reagent_containers/spray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
/obj/item/reagent_containers/spray/cleaner/medical/empty
list_reagents = list()

/obj/item/reagent_containers/spray/cleaner/tactical
name = "Tactical cleaner"
desc = "Бутылочка из прочнейшего тёмно-синего пластика, распылитель чёрного цвета украшен тактическим снаряжением, разработана уборочно-силовыми структурами Нанотрейзен для ЗАЧИСТКИ и контроля грязи в помещениях."
icon_state = "cleaner_tactical"
item_state = "cleaner_tactical"

/obj/item/reagent_containers/spray/blue_cleaner
name = "bluespace cleaner"
desc = "A spray with an increased storage of reagents, or it's not that simple...."
Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/janitor.dmi
Binary file not shown.

0 comments on commit c5f755e

Please sign in to comment.