Skip to content

Commit

Permalink
Some spritework on medical machines (#3960)
Browse files Browse the repository at this point in the history
* born 2 be mild

* didnt realize i lost animations on the freezer
  • Loading branch information
nefarious committed Mar 11, 2021
1 parent 620016d commit e88d065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/medical/genetics/portagene.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

attackby(obj/item/W as obj, mob/user as mob)
if (isscrewingtool(W) && (src.status & BROKEN))
src.icon_state = "PAG_broken"
playsound(src.loc, "sound/items/Screwdriver.ogg", 50, 1)
if(do_after(user, 2 SECONDS))
boutput(user, "<span class='notice'>The broken glass falls out.</span>")
Expand Down
Binary file modified icons/obj/Cryogenic2.dmi
Binary file not shown.

0 comments on commit e88d065

Please sign in to comment.