mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 23:54:14 +01:00
[MIRROR] Gives the microwave sprite a little tune-up [MDB IGNORE] (#16515)
* Gives the microwave sprite a little tune-up (#70160) imageadd: Gives the microwave a fresh coat of paint * Gives the microwave sprite a little tune-up Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com>
This commit is contained in:
@@ -246,6 +246,9 @@
|
||||
var/atom/movable/AM = i
|
||||
AM.forceMove(drop_location())
|
||||
ingredients.Cut()
|
||||
flick("[dirty == 100 ? "mwbloodyo" : "mwo"]", src)
|
||||
playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3)
|
||||
|
||||
|
||||
/obj/machinery/microwave/proc/cook()
|
||||
if(machine_stat & (NOPOWER|BROKEN))
|
||||
@@ -372,6 +375,8 @@
|
||||
set_light(0)
|
||||
soundloop.stop()
|
||||
update_appearance()
|
||||
flick("[dirty == 100 ? "mwbloodyo" : "mwo"]", src)
|
||||
|
||||
|
||||
/// Type of microwave that automatically turns it self on erratically. Probably don't use this outside of the holodeck program "Microwave Paradise".
|
||||
/// You could also live your life with a microwave that will continously run in the background of everything and drain any hint of power. I think the former makes more sense.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user