Skip to content

Commit

Permalink
Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 30, 2024
1 parent d8e545a commit 812a462
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
11 changes: 9 additions & 2 deletions code/game/objects/items/reagent_containers/spray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,25 @@

//space cleaner
/obj/item/reagent_container/spray/cleaner
name = "space cleaner"
desc = "BLAM!-brand non-foaming space cleaner!"
name = "cleaning bottle"
desc = "A blue spray bottle containing a foamless cleaning agent."
icon_state = "cleaner"

/obj/item/reagent_container/spray/cleaner/drone
name = "space cleaner"
desc = "BLAM!-brand non-foaming space cleaner!"
volume = 50

/obj/item/reagent_container/spray/cleaner/alt
name = "cleaning bottle"
desc = "A brownish-tan spray bottle containing a foamless cleaning agent."
icon_state = "cleaner_alt"
item_state = "cleaner_alt"

/obj/item/reagent_container/spray/cleaner/Initialize()
. = ..()
reagents.add_reagent("cleaner", src.volume)

//pepperspray
/obj/item/reagent_container/spray/pepper
name = "pepperspray"
Expand Down
4 changes: 3 additions & 1 deletion code/game/objects/structures/janicart.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "janitorial cart"
desc = "The ultimate in janitorial carts! Has space for water, mops, signs, trash bags, and more!"
icon = 'icons/obj/janitor.dmi'
icon_state = "cart"
icon_state = "cart_blue"
anchored = FALSE
density = TRUE
drag_delay = 1
Expand Down Expand Up @@ -188,3 +188,5 @@
qdel(src)
return XENO_ATTACK_ACTION

/obj/structure/janitorialcart/brown
icon_state = "cart_brown"
Binary file modified icons/mob/humans/onmob/items_lefthand_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_righthand_0.dmi
Binary file not shown.
Binary file modified icons/obj/items/spray.dmi
Binary file not shown.
Binary file modified icons/obj/janitor.dmi
Binary file not shown.

0 comments on commit 812a462

Please sign in to comment.