mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
wzhzhzh (#53366)
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
break
|
||||
start()
|
||||
|
||||
/obj/machinery/microwave/proc/turn_on()
|
||||
/obj/machinery/microwave/proc/wzhzhzh()
|
||||
visible_message("<span class='notice'>\The [src] turns on.</span>", null, "<span class='hear'>You hear a microwave humming.</span>")
|
||||
operating = TRUE
|
||||
|
||||
@@ -274,15 +274,15 @@
|
||||
#define MICROWAVE_PRE 2
|
||||
|
||||
/obj/machinery/microwave/proc/start()
|
||||
turn_on()
|
||||
wzhzhzh()
|
||||
loop(MICROWAVE_NORMAL, 10)
|
||||
|
||||
/obj/machinery/microwave/proc/start_can_fail()
|
||||
turn_on()
|
||||
wzhzhzh()
|
||||
loop(MICROWAVE_PRE, 4)
|
||||
|
||||
/obj/machinery/microwave/proc/muck()
|
||||
turn_on()
|
||||
wzhzhzh()
|
||||
playsound(src.loc, 'sound/effects/splat.ogg', 50, TRUE)
|
||||
dirty_anim_playing = TRUE
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user