Skip to content

Commit

Permalink
sprite updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 30, 2024
1 parent a4b302e commit de0c7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/game/objects/structures/janicart.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/structure/janitorialcart
name = "janitorial cart"
desc = "The ultimate in janitorial carts! Has space for water, mops, signs, trash bags, and more!"
desc = "A blue janitorial cart that has space for water, mops, signs, and trash bags."
icon = 'icons/obj/janitor.dmi'
icon_state = "cart_blue"
anchored = FALSE
Expand All @@ -16,6 +16,9 @@
var/obj/item/reagent_container/glass/bucket/janibucket/mybucket
var/signs = 0 //maximum capacity hardcoded below

/obj/structure/janitorialcart
desc = "A brown janitorial cart that has space for water, mops, signs, and trash bags."
icon_state = "cart_brown"

/obj/structure/janitorialcart/New()
..()
Expand Down Expand Up @@ -188,5 +191,3 @@
qdel(src)
return XENO_ATTACK_ACTION

/obj/structure/janitorialcart/brown
icon_state = "cart_brown"
Binary file modified icons/obj/janitor.dmi
Binary file not shown.

0 comments on commit de0c7be

Please sign in to comment.