Skip to content

Commit

Permalink
Resprites ID container at HOP and data disk storage in botany (Paradi…
Browse files Browse the repository at this point in the history
…seSS13#20907)

* sin eradicated

* more sprites

* Update vending.dmi

* disktoaster

* some additions

* Update code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm

Co-authored-by: Farie82 <[email protected]>

---------

Co-authored-by: Farie82 <[email protected]>
  • Loading branch information
McRamon and farie82 authored May 2, 2023
1 parent b995253 commit 9d15184
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
icon_state = "disktoaster"
icon_lightmask = "disktoaster"
pass_flags = PASSTABLE
visible_contents = FALSE
visible_contents = TRUE
board_type = /obj/machinery/smartfridge/disks

/obj/machinery/smartfridge/disks/Initialize(mapload)
Expand All @@ -690,11 +690,23 @@
/obj/item/disk,
))

/obj/machinery/smartfridge/disks/update_fridge_contents()
switch(length(contents))
if(0)
fill_level = null
if(1)
fill_level = 1
if(2)
fill_level = 2
if(3)
fill_level = 3
if(4 to INFINITY)
fill_level = 4
/obj/machinery/smartfridge/id
name = "identification card compartmentalizer"
desc = "A machine capable of storing identification cards and PDAs. It's great for lost and terminated cards."
icon_state = "idbox"
icon_lightmask = FALSE
icon_lightmask = TRUE
pass_flags = PASSTABLE
visible_contents = FALSE
board_type = /obj/machinery/smartfridge/id
Expand Down
Binary file removed icons/obj/idbox.dmi
Binary file not shown.
Binary file modified icons/obj/vending.dmi
Binary file not shown.

0 comments on commit 9d15184

Please sign in to comment.